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)

ToggleSyntax

Visual Basic (Declaration)
Property ApplyTemplatePermissions As Nullable(Of Boolean)
C#
Nullable<bool> ApplyTemplatePermissions { get; set; }
Visual C++
property Nullable<bool> ApplyTemplatePermissions {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_applyTemplatePermissions();
function set_applyTemplatePermissions(value);

ToggleRemarks

ToggleSee Also