Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the portion of the <RenderingTemplate>'s ID that follows the site type identifier.
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 SPMobileWebUrlRedirect
Dim value As String
value = instance.Suffix
public override string Suffix { get; }
Property Value
Type: System.String
A String that identifies the part of the <RenderingTemplate>'s ID that follows the name (or ID number) of the site type and the ElementSeparator character (an underscore, by default).
Remarks
In SharePoint Foundation Suffix this property always returns PageType_Redirect, where PageType is the type of page, such as HomePage or NewForm. However, the only built-in use of SPMobileWebUrlRedirect in SharePoint Foundation is the redirection of mobile home pages. In that usage, Suffix always returns. HomePage_Redirect.