_sSiteMetadata structure
SharePoint 2013
Specifies the metadata information about the site collection.
Assembly: STSSOAP (in STSSOAP.dll)
<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="0" maxOccurs="1" name="UserProfileGUID" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="ValidSecurityInfo" type="s:boolean" />
</s:sequence>
</s:complexType>