Click or drag to resize

ISchemaSynchManagerGetPagesByID Method


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

Parameters

pageIds
Type: System.Collections.GenericIEnumerableString

[Missing <param name="pageIds"/> documentation for "M:Ingeniux.CMS.ISchemaSynchManager.GetPagesByID(System.Collections.Generic.IEnumerable{System.String},System.String)"]

schemaId
Type: SystemString

[Missing <param name="schemaId"/> documentation for "M:Ingeniux.CMS.ISchemaSynchManager.GetPagesByID(System.Collections.Generic.IEnumerable{System.String},System.String)"]

Return Value

Type: IEnumerableIPageToSync

[Missing <returns> documentation for "M:Ingeniux.CMS.ISchemaSynchManager.GetPagesByID(System.Collections.Generic.IEnumerable{System.String},System.String)"]

See Also