3.1.4.6.3.1 _sSiteMetadata

The _sSiteMetadata complex type contains metadata information about a site collection.

 <s:complexType name="_sSiteMetadata">
   <s:sequence>
     <s:element minOccurs="1" maxOccurs="1" name="LastModified" type="s:dateTime" />
     <s:element minOccurs="1" maxOccurs="1" name="LastModifiedForceRecrawl"
                type="s:dateTime" />
     <s:element minOccurs="1" maxOccurs="1" name="SmallSite" type="s:boolean" />
     <s:element minOccurs="1" maxOccurs="1" name="PortalUrl" type="s:string" />
     <s:element minOccurs="1" maxOccurs="1" name="UserProfileGUID" type="s:string" />
     <s:element minOccurs="1" maxOccurs="1" name="ValidSecurityInfo"
                type="s:boolean" />
   </s:sequence>
 </s:complexType>

LastModified: A datetime that specifies the UTC date and time when the site collection was last modified.

LastModifiedForceRecrawl: A datetime that specifies the UTC date and time when the permissions of any structural element of the site collection were last modified.

SmallSite: A Boolean that specifies whether the site collection is small (has less than 1000 subsites). Set to true if the site collection has less than 1000 subsites; otherwise, false.

PortalUrl: A string that specifies the URL of the portal associated with the site collection.

UserProfileGUID: A string that specifies whether the site is a personal site. If the site is a personal site it MUST specify the GUID of the user who owns the site. Otherwise, it MUST be null.

ValidSecurityInfo: A Boolean that specifies whether the current user is the administrator of the site collection. Set to true if the current user is the administrator of the site collection; otherwise, false.