Propriedade SPMobileWebNavigation.Suffix
Gets the part of the <RenderingTemplate>'s ID that follows the site type name (or ID number).
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 SPMobileWebNavigation
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 name (or ID number) of the type of site and the ElementSeparator character (an underscore, by default).
Comentários
Suffix retorna _Navigation ** PageType, onde PageType é o tipo de página, such as homepage ou NewForm.The "Navigation" indicates that <RenderingTemplate> should apply to the footer part of the page.
No entanto, em Windows SharePoint Services 3.0, SPMobileWebNavigation é usado somente em um contexto onde o tipo página é homepage, portanto, SuffixHomePage_Navigation
sempre retorna.
Você não deve usar SPMobileWebNavigation no seu próprio codificar.
Consulte também
Tarefas
Walkthrough: Personalizar uma página Mobile Início
Referência
SPMobileWebNavigation De classe
SPMobileWebNavigation Membros
Microsoft.SharePoint.MobileControls De espaço para nome