Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Overview

Gets or sets access control list of document.

Xml myDocument.Acl { get; set; }

Remarks

This property is used to set access control list of document. Default value of Document.Acl is empty xml node that inherits from default security profile.

Updating the this property changes the security of document.

  • No labels