Indicates whether this class or property should be hidden from non-administrative users (true) or not (false).

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also