Skip to content

Acl

Gets or sets the Access Control List (ACL) of the document.

1
 Xml myDocument.Acl

Remarks

This property is used to set the access control list of the document. The default value of Document.Acl is an empty XML node that inherits from the default security profile.
Updating this property changes the security of the document.

See Also