SPMobileFolderFieldIterator.DefaultTemplateName Property
Gets the name of the default rendering template for the control in the detailed mobile list view.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefaultTemplateName As String
Get
'Usage
Dim instance As SPMobileFolderFieldIterator
Dim value As String
value = instance.DefaultTemplateName
public override string DefaultTemplateName { get; }
Property Value
Type: System.String
The name of the rendering template.
Remarks
This override returns “MobileFolderFieldIterator” which is defined in %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATES\ControlTemplates\MobileDefaultTemplages.ascx.
See Also
Reference
SPMobileFolderFieldIterator Class