Specifies whether a given choice list has a hierarchical structure (true) or not (false).

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property HasHierarchy As Nullable(Of Boolean)
C#
Nullable<bool> HasHierarchy { get; }
Visual C++
property Nullable<bool> HasHierarchy {
	Nullable<bool> get ();
}
JavaScript
function get_hasHierarchy();

ToggleRemarks

ToggleSee Also