CSGenericSecurityDescriptorAclXml Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the Acl lists (as Xml) of the original Xml that was used to create this security descriptor. Derived class uses this value to create their access control lists implementations from the passed in Xml.

Namespace: ContentStudio.Security.AccessControlEdit
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected string AclXml { get; }

Property Value

Type: String
Sample Xml:
<acls>
  <dacl>
    <ace id="4989">
      <type>G</type>
      <flags>5</flags>
      <inherited>0</inherited>
      <accessmask>1</accessmask>
      <truste id="6" isgroup="1" islocalgroup="1" isunknown="0">Everyone </truste>
      <sid format="s">S-1-1-0</sid>
    </ace>
    <!-- more ace can follow -->
  </dacl>
  <!-- other types of lists can follow -->
</acls>
See Also

Reference