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