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