BCNavigationLevelIsLastLevel Property |
Gets a value indicating whether the level is the last.
Only the last level contains documents.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool IsLastLevel { get; }
Public ReadOnly Property IsLastLevel As Boolean
Get
public:
property bool IsLastLevel {
bool get ();
}
member IsLastLevel : bool with get
Property Value
Type:
BooleanSee Also