https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / Doc360Document Complex Type / SecurityClass Element
In This Topic
    SecurityClass Element
    In This Topic
    Description
    Document's Doc360 Security Class, obtained from ValueList. ValueList populated based on the WSAPI logged in user, and users will only be allowed to use and see the values for which they are allowed. Code field from the "Doc360SecurityClass" value list.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=Doc360SecurityClass
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    SecurityClass Element
    Overview
    SecurityClass optional xs:string
    Document's Doc360 Security Class, obtained from ValueList. ValueList populated based on the WSAPI logged in user, and users will only be allowed to use and see the values for which they are allowed. Code field from the "Doc360SecurityClass" value list.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=Doc360SecurityClass
    Source
    <xs:element minOccurs="0" name="SecurityClass" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Document's Doc360 Security Class, obtained from ValueList. ValueList populated based on the WSAPI logged in user, and users will only be allowed to use and see the values for which they are allowed.
                </summary>
          <len min="0" max="5" />
          <values>
                Code field from the "Doc360SecurityClass" value list.<br /><br />
                Method=ValueListGet()<br />
                InputType=ValueListGetRequest<br />
                ListName=Doc360SecurityClass
                </values>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also