2.2.4.18 QuickLinkData

The QuickLinkData complex type represents a quick link.

 <s:complexType name="QuickLinkData">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
     <s:element minOccurs="0" maxOccurs="1" name="Group" type="s:string" />
     <s:element minOccurs="1" maxOccurs="1" name="Privacy" type="tns:Privacy" />
     <s:element minOccurs="0" maxOccurs="1" name="Url" type="s:string" />
     <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:long" />
   </s:sequence>
 </s:complexType>

Name: A string that specifies the display text for the quick link.

Group: A string that specifies the group (2) this quick link belongs to.

Privacy: Specifies the category of users who can view this quick link. This MUST be a value in the Privacy (section 2.2.5.4) enumeration.

Url: The URL of the quick link.

ID: A long that uniquely identifies the quick link.