SPMobileListTemplateSelector.ListTypeIdTemplate Property

Gets the ID (of a RenderingTemplate template) that has, in its second segment, the type ID of the list definition of the current list.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ListTypeIdTemplate As String
    Get
'Usage
Dim instance As SPMobileListTemplateSelector
Dim value As String

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

Property Value

Type: System.String
A String that represents a RenderingTemplate ID that has the Type value of the current list as its second segment. For example, the Type value for the Contacts list is "105".

See Also

Reference

SPMobileListTemplateSelector Class

SPMobileListTemplateSelector Members

Microsoft.SharePoint.MobileControls Namespace

Other Resources

Mobile Page Rendering System