This topic has not yet been rated - Rate this topic

_sList structure

Contains information about a list.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)
[SerializableAttribute]
public struct _sList

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.

<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>
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.