_sList structure

Contains information about a list.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure _sList
'Usage
Dim instance As _sList
[SerializableAttribute]
public struct _sList

Remarks

SharePoint web sites are designed to use lists, rather than handle objects on the page as individual items. List manipulation requires that the items on the same list have common properties, and different lists have different common properties. Consequently, a list of site links is different from a list of documents.

Examples

<s:complexType name="_sList">
  <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="InternalName" 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="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:string" />
    <s:element minOccurs="0" maxOccurs="1" name="PermId" type="s:string" />
    <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: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

_sList members

WebSvcSiteData namespace

Other resources

How to: Return Lists