ISchemaSynchManagerSynchPages Method
|
Performs a schema sync for all of the provided pages.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 IEnumerableIPageToSync
- A list of pages to sync
- schema ISchema
- The schema to sync the pages to
Return Value
IEnumerableIPageToSyncWithScoreA list of
synced pages
See Also