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
)
Function SynchPages (
pages As IEnumerable(Of IPageToSync),
schema As ISchema
) As IEnumerable(Of IPageToSyncWithScore)
IEnumerable<IPageToSyncWithScore^>^ SynchPages(
IEnumerable<IPageToSync^>^ pages,
ISchema^ schema
)
abstract SynchPages :
pages : IEnumerable<IPageToSync> *
schema : ISchema -> IEnumerable<IPageToSyncWithScore>
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:
IEnumerableIPageToSyncWithScoreA list of
synced pagesSee Also