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<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_IncludeSubclassesRequested(); /** property */ public void set_IncludeSubclassesRequested(Nullable<bool> value); |
JScript |
---|
public function get IncludeSubclassesRequested() : Nullable<bool> public function set IncludeSubclassesRequested(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ