SPMobileListTemplateSelector.BaseTypeIdTemplate Property
Gets the ID (of a RenderingTemplate template) that has, in its second segment, 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 BaseTypeIdTemplate As String
Get
'Usage
Dim instance As SPMobileListTemplateSelector
Dim value As String
value = instance.BaseTypeIdTemplate
public virtual string BaseTypeIdTemplate { get; }
Property Value
Type: System.String
A String that represents a RenderingTemplate ID that has the base type ID number of the current list as its second segment. (Contrast this property with ListTypeIDTemplate().)
See Also
Reference
SPMobileListTemplateSelector Class
SPMobileListTemplateSelector Members
Microsoft.SharePoint.MobileControls Namespace