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


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

Syntax

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

/** property */
public void set_IsHidden(Nullable<boolvalue);
JScript
public function get IsHidden() : Nullable<bool>

public function set IsHidden(value : Nullable<bool>);

Remarks

See Also