SPMobilePostsListNavigation.Suffix Property
Specifies the last two parts of the <RenderingTemplate> ID.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Overrides ReadOnly Property Suffix As String
Get
Dim instance As SPMobilePostsListNavigation
Dim value As String
value = instance.Suffix
public override string Suffix { get; }
Property Value
Type: System.String
A String that represents the last two parts of the value of the <RenderingTemplate>'s ID attribute.
Remarks
In Windows SharePoint Services 3.0 this property returns one of the following values, depending on whether the view type context is AllPosts or MyPosts.
AllPosts_Navigation
MyPosts_Navigation
See Also
Reference
SPMobilePostsListNavigation Class