Click or drag to resize

ISchemaSynchManagerGetPagesByID Method


Get a list of pages to sync given a list of page IDs.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IPageToSync> GetPagesByID(
	IEnumerable<string> pageIds,
	string schemaId
)

Parameters

pageIds  IEnumerableString
A list of the page IDs.
schemaId  String
An ID for the relevant schema.

Return Value

IEnumerableIPageToSync
A list of pages
Remarks
Currently the schemaId parameter does not change the results of this method, and could just be passed as an empty string. Use GetPagesToSync(ISchema) to get a list of pages to sync based on a particular schema.
See Also