SPMobileListNavigation.Suffix Property

Gets the part of the <RenderingTemplate> ID that comes after 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 SPMobileListNavigation
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> ID that comes after the list template Type or Name and the ElementSeparator character (an underscore, by default).

Remarks

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

See Also

Reference

SPMobileListNavigation Class

SPMobileListNavigation Members

Microsoft.SharePoint.MobileControls Namespace