IHierarchyIdLevel Property
|
Note: This API is now obsolete.
Gets the number of levels the hierarchy has
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax [ObsoleteAttribute("No longer required. Will be refactored out in a future release.")]
int Level { get; }
<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>
ReadOnly Property Level As Integer
Get
[ObsoleteAttribute(L"No longer required. Will be refactored out in a future release.")]
property int Level {
int get ();
}
[<ObsoleteAttribute("No longer required. Will be refactored out in a future release.")>]
abstract Level : int with get
Property Value
Type:
Int32Examples Hierarchy 1|2|3.5 has 3 levels
See Also