Click or drag to resize

ISchemaSynchManagerSynchPages Method


Performs a schema sync for all of the provided pages.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<IPageToSyncWithScore> SynchPages(
	IEnumerable<IPageToSync> pages,
	ISchema schema
)

Parameters

pages
Type: System.Collections.GenericIEnumerableIPageToSync
A list of pages to sync
schema
Type: Ingeniux.CMSISchema
The schema to sync the pages to

Return Value

Type: IEnumerableIPageToSyncWithScore
A list of synced pages
See Also