Click or drag to resize

ITaxonomyManagerCategoriesOnContentItemTIndex Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<ICategoryNode> CategoriesOnContentItem<TIndex>(
	string[] contentItemIds,
	out int count,
	int pageSize = -1,
	int startIndex = -1
)
where TIndex : new(), AbstractIndexCreationTask

Parameters

contentItemIds
Type: SystemString

[Missing <param name="contentItemIds"/> documentation for "M:Ingeniux.CMS.ITaxonomyManager.CategoriesOnContentItem``1(System.String[],System.Int32@,System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.ITaxonomyManager.CategoriesOnContentItem``1(System.String[],System.Int32@,System.Int32,System.Int32)"]

pageSize (Optional)
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.ITaxonomyManager.CategoriesOnContentItem``1(System.String[],System.Int32@,System.Int32,System.Int32)"]

startIndex (Optional)
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Ingeniux.CMS.ITaxonomyManager.CategoriesOnContentItem``1(System.String[],System.Int32@,System.Int32,System.Int32)"]

Type Parameters

TIndex

Return Value

Type: IEnumerableICategoryNode

[Missing <returns> documentation for "M:Ingeniux.CMS.ITaxonomyManager.CategoriesOnContentItem``1(System.String[],System.Int32@,System.Int32,System.Int32)"]

See Also