_sListWithTime structure

Represents information on a list.

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

Syntax

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

Remarks

SharePoint web site list information is copied from an SPList collection if it is to be displayed on the web site.

Examples

<s:complexType name="_sListWithTime">
  <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="InternalName" type="s:string" />
    <s:element minOccurs="1" maxOccurs="1" name="LastModified" type="s:dateTime" />
    <s:element minOccurs="1" maxOccurs="1" name="IsEmpty" 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

_sListWithTime members

WebSvcSiteData namespace

SPWeb