Specifies whether to apply the permissions associated with the security template to a given object on transition to a given document state.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ApplyTemplatePermissions As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> ApplyTemplatePermissions { get; set; } |
C++ |
---|
property Nullable<bool> ApplyTemplatePermissions abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_ApplyTemplatePermissions(); /** property */ public void set_ApplyTemplatePermissions(Nullable<bool> value); |
JScript |
---|
public function get ApplyTemplatePermissions() : Nullable<bool> public function set ApplyTemplatePermissions(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ