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<boolvalue);
}
J#
/** property */
public Nullable<bool> get_ApplyTemplatePermissions();

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

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

Remarks

See Also