SPMobileListTemplateSelector.DefaultPrefix Property
Gets the first segment of a RenderingTemplate ID.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefaultPrefix As String
Get
'Usage
Dim instance As SPMobileListTemplateSelector
Dim value As String
value = instance.DefaultPrefix
public override string DefaultPrefix { get; }
Property Value
Type: System.String
A String that represents the first segment of a RenderingTemplate template.
Remarks
If WithFolder is true, this override returns the base property with "Folder" appended to it; for example "MobileFolder". Otherwise, it returns just the base property.
See Also
Reference
SPMobileListTemplateSelector Class
SPMobileListTemplateSelector Members
Microsoft.SharePoint.MobileControls Namespace