Click or drag to resize

IPCRDescriptorsManagerDescriptors Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IEnumerable<IPCRDescriptor> Descriptors(
	out int count,
	IPageCreationRule rule = null,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.IPCRDescriptorsManager.Descriptors(System.Int32@,Ingeniux.CMS.IPageCreationRule,System.Int32,System.Int32)"]

rule (Optional)
Type: Ingeniux.CMSIPageCreationRule

[Missing <param name="rule"/> documentation for "M:Ingeniux.CMS.IPCRDescriptorsManager.Descriptors(System.Int32@,Ingeniux.CMS.IPageCreationRule,System.Int32,System.Int32)"]

pageSize (Optional)
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.IPCRDescriptorsManager.Descriptors(System.Int32@,Ingeniux.CMS.IPageCreationRule,System.Int32,System.Int32)"]

startIndex (Optional)
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Ingeniux.CMS.IPCRDescriptorsManager.Descriptors(System.Int32@,Ingeniux.CMS.IPageCreationRule,System.Int32,System.Int32)"]

Return Value

Type: IEnumerableIPCRDescriptor

[Missing <returns> documentation for "M:Ingeniux.CMS.IPCRDescriptorsManager.Descriptors(System.Int32@,Ingeniux.CMS.IPageCreationRule,System.Int32,System.Int32)"]

See Also