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