ISchemaSynchManagerAnalyzePages Method
|
Analyzes the change effort of syncing the provided pages and returns a collection of IPageToSyncWithScore.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<IPageToSyncWithScore> AnalyzePages(
IEnumerable<IPageToSync> pages
)
Function AnalyzePages (
pages As IEnumerable(Of IPageToSync)
) As IEnumerable(Of IPageToSyncWithScore)
IEnumerable<IPageToSyncWithScore^>^ AnalyzePages(
IEnumerable<IPageToSync^>^ pages
)
abstract AnalyzePages :
pages : IEnumerable<IPageToSync> -> IEnumerable<IPageToSyncWithScore> Parameters
- pages IEnumerableIPageToSync
- A collection of pages to sync
Return Value
IEnumerableIPageToSyncWithScoreA list of
IPageToSyncWithScore
RemarksPages are analyzed one per thread. The method waits for all threads to be completed before returning.
See Also