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)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsHidden As Nullable(Of Boolean)
C#
Nullable<bool> IsHidden { get; }
C++
property Nullable<bool> IsHidden abstract  {
    Nullable<bool> get();
}
J#
/** property */
public Nullable<bool> get_IsHidden();
JScript
public function get IsHidden() : Nullable<bool>

Remarks

See Also