_sSiteMetadata Structure

Specifies the metadata information about the site collection.

Web Service: Site DataWeb Reference: http://<Site>/_vti_bin/SiteData.asmx

Syntax

<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/")> _
Public Structure _sSiteMetadata

Dim instance As _sSiteMetadata
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")] 
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.

Example

<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

_sSiteMetadata Members
Site Data Web Service

Other Resources

Managing Enterprise Metadata with Content Types
MetaData Element (Site)