Click or drag to resize

ISchemaSynchManagerGetPagesToSync Method


Get the pages that use the given schema.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IPageToSync> GetPagesToSync(
	ISchema schema
)

Parameters

schema  ISchema
The schema to find out of sync pages for.

Return Value

IEnumerableIPageToSync
A list of pages
See Also