SPList.BaseType Property
Gets the base type for the list.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
[ClientCallableConstraintAttribute(FixedId = "a", Type = ClientCallableConstraintType.Custom, Value = "It MUST be one of the following values: GenericList, DocumentLibrary, DiscussionBoard, Survey, or Issue as specified in Microsoft.SharePoint.Client.BaseType (section x.x.x.x).")] [ClientCallableAttribute] public SPBaseType BaseType { get; }
Property Value
Type: Microsoft.SharePoint.SPBaseTypeAn SPBaseType value that specifies the base type.