예제 #1
0
        /*========================================================== ACL */

        /// <summary>
        /// Returns the AccessControlList of the current content.
        /// The result contains only Normal entries.
        /// </summary>
        public AccessControlList GetAcl()
        {
            return(_securityHandler.GetAcl(_node.Id));
        }