ISchemaSynchManagerAnalyzePages Method
|
Analyzes the change effort of syncing the provided pages and returns a collection of IPageToSyncWithScore.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IEnumerable<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
- Type: System.Collections.GenericIEnumerableIPageToSync
A collection of pages to sync
Return Value
Type:
IEnumerableIPageToSyncWithScoreA list of
IPageToSyncWithScoreRemarks Pages are analyzed one per thread. The method waits for all threads to be completed before returning.
See Also