SPMobileListTemplateSelector.BaseTypeTemplate Property

Gets the ID (of a RenderingTemplate template) that has, in its second segment, 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 BaseTypeTemplate As String
    Get
'Usage
Dim instance As SPMobileListTemplateSelector
Dim value As String

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

Property Value

Type: System.String
A String that represents a RenderingTemplate ID that has the base type name of the current list as its second segment. (Contrast this property with ListTypeTemplate.)

See Also

Reference

SPMobileListTemplateSelector Class

SPMobileListTemplateSelector Members

Microsoft.SharePoint.MobileControls Namespace

Other Resources

Mobile Page Rendering System