Compartilhar via


Propriedade SPMobileListNavigation.Suffix

Gets the part of the <RenderingTemplate> ID that comes after the list template Type or Name.

Espaço para nome Microsoft.SharePoint.MobileControls
Conjunto de Módulos (Assembly) Microsoft.SharePoint (em microsoft.sharepoint.dll)

A sintaxe

<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Overrides ReadOnly Property Suffix As String
Dim instance As SPMobileListNavigation
Dim value As String

value = instance.Suffix
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public override string Suffix { get; }

A propriedade Value

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

Comentários

Em Windows SharePoint Services 3.0 Suffix sempre retorna PageType _Navigation, onde PageType é o tipo de página, such as NewForm ou modo de exibição.The "Navigation" portion indicates that <RenderingTemplate> applies to the footer part of the page.

Consulte também

Referência

SPMobileListNavigation De classe
SPMobileListNavigation Membros
Microsoft.SharePoint.MobileControls De espaço para nome