SPMobileListTitle.Suffix Property

Gets the part of the <RenderingTemplate>'s ID that follows the list template Type or Name.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Suffix As String
    Get
'Usage
Dim instance As SPMobileListTitle
Dim value As String

value = instance.Suffix
public override string Suffix { get; }

Property Value

Type: System.String
A String that represents the portion of the <RenderingTemplate>'s ID that follows the list template Type or Name and the ElementSeparator character (an underscore, by default).

Remarks

In SharePoint Foundation Suffix always returns PageType_Title, where PageType is the type of page, such as View or NewForm. The "Title" indicates that <RenderingTemplate> applies to the header part of the page.

See Also

Reference

SPMobileListTitle Class

SPMobileListTitle Members

Microsoft.SharePoint.MobileControls Namespace