Click or drag to resize

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.492
Syntax
IEnumerable<IPageToSyncWithScore> AnalyzePages(
	IEnumerable<IPageToSync> pages
)

Parameters

pages  IEnumerableIPageToSync
A collection of pages to sync

Return Value

IEnumerableIPageToSyncWithScore
A list of IPageToSyncWithScore
Remarks
Pages are analyzed one per thread. The method waits for all threads to be completed before returning.
See Also