ICategoryNodeContentItems Method
|
Gets all content items associated with this CategoryNode.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Dictionary<string, string> ContentItems()
Function ContentItems As Dictionary(Of String, String)
Dictionary<String^, String^>^ ContentItems()
abstract ContentItems : unit -> Dictionary<string, string>
Return Value
Type:
DictionaryString,
StringCollection of content item IDs and names.
See Also