Determines whether direct access control entries (ACEs) are preserved on an object when a given security policy template or lifecycle policy is applied to the object. Direct ACEs are permissions that have been directly set on the object, not set through inheritance. If the value of this property is False, the object's original direct permissions are replaced by the permissions defined by the applied security policy template or lifecycle policy. Permissions inherited from the object's security parent are retained. If the value is True, the object's original direct permissions are preserved as well as its inherited permissions.

Namespace:  FileNet.Api.Events
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also