_sWebMetadata Structure
Contains metadata information for a Web site.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Structure _sWebMetadata
'Usage
Dim instance As _sWebMetadata
[SerializableAttribute]
public struct _sWebMetadata
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 network traffic associated with the request/response model on which the site is based.
Examples
<s:complexType name="_sWebMetadata">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="WebID" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Title" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Description" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Author" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Language" type="s:unsignedInt" />
<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="0" maxOccurs="1" name="NoIndex" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="ValidSecurityInfo" type="s:boolean" />
<s:element minOccurs="1" maxOccurs="1" name="InheritedSecurity" type="s:boolean" />
<s:element minOccurs="1" maxOccurs="1" name="AllowAnonymousAccess" type="s:boolean" />
<s:element minOccurs="1" maxOccurs="1" name="AnonymousViewListItems" type="s:boolean" />
<s:element minOccurs="1" maxOccurs="1" name="Permissions" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="ExternalSecurity" type="s:boolean" />
<s:element minOccurs="0" maxOccurs="1" name="CategoryId" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="CategoryName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="CategoryIdPath" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="IsBucketWeb" type="s:boolean" />
<s:element minOccurs="1" maxOccurs="1" name="UsedInAutocat" type="s:boolean" />
<s:element minOccurs="0" maxOccurs="1" name="CategoryBucketID" type="s:string" />
</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.