SPMobileListContents.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

Public Overrides ReadOnly Property Suffix As String
    Get

Dim instance As SPMobileListContents
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 Windows SharePoint Services 3.0Suffix always returns PageType_Contents, where PageType is the type of page, such as View or NewForm. The "Contents" indicates that <RenderingTemplate> should apply to the main content part of the page.

See Also

Reference

SPMobileListContents Class

SPMobileListContents Members

Microsoft.SharePoint.MobileControls Namespace