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

Parameters

pages
Type: System.Collections.GenericIEnumerableIPageToSync
A collection of pages to sync

Return Value

Type: 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