2.2.4.21 SPSiteMetadata

The SPSiteMetadata complex type contains metadata information for a site collection.

 <s:complexType name="SPSiteMetadata">
   <s:attribute name="SiteSubscriptionId" type="s:string" />
   <s:attribute name="URL" type="s:string" use="required" />
   <s:attribute name="ID" type="s:string" use="required" />
   <s:attribute name="LastModified" type="s:string" use="required" />
   <s:attribute name="PortalURL" type="s:string" use="required" />
   <s:attribute name="UserProfileGUID" type="s:string" use="required" />
   <s:attribute name="RootWebId" type="s:string" use="required" />
   <s:attribute name="ChangeId" type="s:string" use="required" />
   <s:attribute name="ContentDatabaseId" type="s:string" use="required" />
 </s:complexType>

SiteSubscriptionId: Specifies the site subscription GUID of the site collection<7>.

URL: Specifies the absolute URL of the site collection.

ID: Specifies the GUID of the site collection. This GUID MUST be enclosed in curly braces ({}).

LastModified: Specifies the date and time, as an [ISO-8601] separate date and time UTC value, when the site collection was last modified.

PortalURL: Specifies the URL of the portal associated with the site collection.

UserProfileGUID: If the site is a personal site<8> it MUST specify the GUID of the user profile who owns the site. Otherwise, it MUST be empty.

RootWebId: Specifies the GUID of the site of the site collection.

ChangeId: Specifies the latest change token of the site collection.

ContentDatabaseId: Specifies the GUID of the content database in which this site collection is contained. This GUID MUST be enclosed in curly braces ({}).