_sListMetadata Structure
Specifies metadata information about the list.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Structure _sListMetadata
'Usage
Dim instance As _sListMetadata
[SerializableAttribute]
public struct _sListMetadata
Remarks
Metadata is often associated with items such as security and authentication, in addition to the actual functionality intended for the list. It may be implemented as an abstract layer that reduces the amount of traffic associated with the request/response model.
Examples
<s:complexType name="_sListMetadata">
<s:sequence>
<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="BaseType" type="tns:ListBaseType" />
<s:element minOccurs="1" maxOccurs="1" name="BaseTemplate" type="tns:ListBaseTemplate" />
<s:element minOccurs="1" maxOccurs="1" name="DefaultViewUrl" type="s:string" />
<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="Author" 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="ReadSecurity" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="Permissions" 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.