Click or drag to resize

IPresentationManagerComponentUnitsBySchema Method


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

Parameters

schema
Type: Ingeniux.CMSISchema

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

outdated
Type: SystemBoolean

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

c
Type: SystemInt32

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

pageSize (Optional)
Type: SystemInt32

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

startIndex (Optional)
Type: SystemInt32

[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

Type: IEnumerableIComponentContentUnit

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

See Also