SPList Class (Microsoft.SharePoint.Publishing.Internal.Administration.Schema)
Namespace: Microsoft.SharePoint.Publishing.Internal.Administration.Schema
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Syntax
'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(SPDocumentLibrary))> _
<GeneratedCodeAttribute("xsd", "2.0.50727.42")> _
<XmlIncludeAttribute(GetType(SPPictureLibrary))> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<XmlTypeAttribute(Namespace:="urn:deployment-manifest-schema")> _
<PermissionSetAttribute(SecurityAction.Demand, Name:="FullTrust")> _
Public Class SPList
'Usage
Dim instance As SPList
[SerializableAttribute]
[XmlIncludeAttribute(typeof(SPDocumentLibrary))]
[GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[XmlIncludeAttribute(typeof(SPPictureLibrary))]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute("code")]
[XmlTypeAttribute(Namespace="urn:deployment-manifest-schema")]
[PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust")]
public class SPList
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Publishing.Internal.Administration.Schema.SPList
Microsoft.SharePoint.Publishing.Internal.Administration.Schema.SPDocumentLibrary
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
SPList Members
Microsoft.SharePoint.Publishing.Internal.Administration.Schema Namespace