SPMobileTemplateSelector.ElementSeparator Property
Gets or sets the characters that separate the various parts of segmented IDs of RenderingTemplate templates.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property ElementSeparator As String
Get
Set
'Usage
Dim instance As SPMobileTemplateSelector
Dim value As String
value = instance.ElementSeparator
instance.ElementSeparator = value
public virtual string ElementSeparator { get; set; }
Property Value
Type: System.String
A String that represents the characters that separate the prefix, suffix, and other parts of a segmented RenderingTemplate ID.
Remarks
The default implementation returns "_" (the underscore character).
See Also
Reference
SPMobileTemplateSelector Class