Click or drag to resize

ICategoryNodeContentItems Method


Gets all content items associated with this CategoryNode.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
Dictionary<string, string> ContentItems(
	bool assetExtensions = false
)

Parameters

assetExtensions  Boolean  (Optional)
Whether to include asset extension on asset name value

Return Value

DictionaryString, String
Collection of content item IDs and names.
See Also