SPMobileListTemplateSelector.ListTypeTemplate Property

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

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

Property Value

Type: System.String
A String that represents a RenderingTemplate ID that has the Name value of the current type of list as its second segment. For example, the Name of the Discussions type is "DiscussionBoard".

See Also

Reference

SPMobileListTemplateSelector Class

SPMobileListTemplateSelector Members

Microsoft.SharePoint.MobileControls Namespace

Other Resources

Mobile Page Rendering System