SPMobileListTemplateSelector.BaseType Property

Gets the name 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 BaseType As String
    Get
'Usage
Dim instance As SPMobileListTemplateSelector
Dim value As String

value = instance.BaseType
public virtual string BaseType { get; }

Property Value

Type: System.String
A String that represents the name of the base type of the current list.

Remarks

This property returns the value of the BaseType attribute of the List Element (List).

Contrast BaseType with ListType.

See Also

Reference

SPMobileListTemplateSelector Class

SPMobileListTemplateSelector Members

Microsoft.SharePoint.MobileControls Namespace

Other Resources

Mobile Page Rendering System