2.2.4.15 PinnedLinkData

The PinnedLinkData complex type represents a pinned link.

 <s:complexType name="PinnedLinkData">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
     <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 pinned link.

Url: The URL of the pinned link.

ID: A long that uniquely identifies the pinned link.