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