Click or drag to resize

IPresentationManagerComponentUnitsBySchema Method



Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IComponentContentUnit> ComponentUnitsBySchema(
	ISchema schema,
	bool outdated,
	out int c,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

schema  ISchema

[Missing <param name="schema"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.ComponentUnitsBySchema(Ingeniux.CMS.ISchema,System.Boolean,System.Int32@,System.Int32,System.Int32)"]

outdated  Boolean

[Missing <param name="outdated"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.ComponentUnitsBySchema(Ingeniux.CMS.ISchema,System.Boolean,System.Int32@,System.Int32,System.Int32)"]

c  Int32

[Missing <param name="c"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.ComponentUnitsBySchema(Ingeniux.CMS.ISchema,System.Boolean,System.Int32@,System.Int32,System.Int32)"]

pageSize  Int32  (Optional)

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.ComponentUnitsBySchema(Ingeniux.CMS.ISchema,System.Boolean,System.Int32@,System.Int32,System.Int32)"]

startIndex  Int32  (Optional)

[Missing <param name="startIndex"/> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.ComponentUnitsBySchema(Ingeniux.CMS.ISchema,System.Boolean,System.Int32@,System.Int32,System.Int32)"]

Return Value

IEnumerableIComponentContentUnit

[Missing <returns> documentation for "M:Ingeniux.CMS.Presentation.IPresentationManager.ComponentUnitsBySchema(Ingeniux.CMS.ISchema,System.Boolean,System.Int32@,System.Int32,System.Int32)"]

See Also