Compartilhar via


Propriedade SPMobileListTitle.Suffix

Gets the part of the <RenderingTemplate>'s ID that follows 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 SPMobileListTitle
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>'s ID that follows 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 _Title ** PageType, onde PageType é o tipo de página, such as NewForm ou modo de exibição.The "Title" indicates that <RenderingTemplate> applies to the header part of the page.

Consulte também

Referência

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