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)
Visual Basic (Declaration) |
---|
Property IncludeSubclassesRequested As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IncludeSubclassesRequested { get; set; } |
Visual C++ |
---|
property Nullable<bool> IncludeSubclassesRequested {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
JavaScript |
---|
function get_includeSubclassesRequested();
function set_includeSubclassesRequested(value); |