ICategoryNodePageIds Property
|
Gets the IDs of all the pages associated with this CategoryNode.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IEnumerable<string> PageIds { get; }
ReadOnly Property PageIds As IEnumerable(Of String)
Get
property IEnumerable<String^>^ PageIds {
IEnumerable<String^>^ get ();
}
abstract PageIds : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also