_sSiteMetadata Structure
Specifies the metadata information about the site collection.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Structure _sSiteMetadata
'Usage
Dim instance As _sSiteMetadata
[SerializableAttribute]
public struct _sSiteMetadata
Remarks
Metadata is often associated with factors such as security and authentication. It may be implemented as an abstract layer that reduces the amount of traffic associated with the request/response model.
Examples
<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>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Other Resources
Managing Enterprise Metadata with Content Types
MetaData Element (Site)