Permission.PermissionFromPolicy Property

Definition

Returns a Boolean value that indicates whether a permission policy has been applied to the active document.

public:
 property bool PermissionFromPolicy { bool get(); };
public bool PermissionFromPolicy { get; }
member this.PermissionFromPolicy : bool
Public ReadOnly Property PermissionFromPolicy As Boolean

Property Value

Remarks

Microsoft Office 2003 Information Rights Management supports the use of administrative permission policies which list users and groups and their document permissions. The PermissionFromPolicy property returns a Boolean value that indicates whether a permission policy was applied to the active document the last time permissions were enabled on the document.

The PermissionFromPolicy property always returns False when checked by a non-owner of the document, even when the user has object model permissions.

Applies to