SPMobileListTemplateSelector.BaseTypeId Property
Gets the ID number of the base list type from which the list type of the current list was derived.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property BaseTypeId As String
Get
'Usage
Dim instance As SPMobileListTemplateSelector
Dim value As String
value = instance.BaseTypeId
public virtual string BaseTypeId { get; }
Property Value
Type: System.String
A String that represents the ID number of the base type of the current list.
Remarks
This property returns the value of the BaseType attribute of the List Element (List).
Contrast BaseTypeId with ListTypeId.
See Also
Reference
SPMobileListTemplateSelector Class
SPMobileListTemplateSelector Members
Microsoft.SharePoint.MobileControls Namespace