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.492
Syntax
IEnumerable<IPageToSyncWithScore> SynchPages(
	IEnumerable<IPageToSync> pages,
	ISchema schema
)

Parameters

pages  IEnumerableIPageToSync
A list of pages to sync
schema  ISchema
The schema to sync the pages to

Return Value

IEnumerableIPageToSyncWithScore
A list of synced pages
See Also