Indicates whether the operation should apply to the subclasses of the class. For a ClassSubscription object, this property indicates whether the subscription should also apply to the subclasses of the target class. For an AuditDefinition object, this property indicates whether auditing should also apply to the subclasses of the class configured for auditing.


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

Syntax

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

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

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

Remarks

See Also