SPMobileTemplateSelector.Suffix Property

Gets or sets the last part of a segmented ID of a RenderingTemplate template and may itself be segmented into parts.

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

Syntax

'Declaration
Public Overridable Property Suffix As String
    Get
    Set
'Usage
Dim instance As SPMobileTemplateSelector
Dim value As String

value = instance.Suffix

instance.Suffix = value
public virtual string Suffix { get; set; }

Property Value

Type: System.String
A String that represents the last segment of a segmented RenderingTemplate ID.

Remarks

The last part of a segmented RenderingTemplate ID is the third part. In many derived classes, it is further segmented into parts separated by ElementSeparator, so it may include the third and fourth parts of the whole ID.

The default implementation returns a string representation of the SPMobilePageType value of the current page, unless Suffix is set to something else.

See Also

Reference

SPMobileTemplateSelector Class

SPMobileTemplateSelector Members

Microsoft.SharePoint.MobileControls Namespace