Compartilhar via


Propriedade SPMobilePostsListNavigation.DefaultTemplateName

Gets the full ID of the <RenderingTemplate> specified by the SPMobilePostsListNavigation.

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

A sintaxe

  Public Overrides ReadOnly Property DefaultTemplateName As String
Dim instance As SPMobilePostsListNavigation
Dim value As String

value = instance.DefaultTemplateName
  public override string DefaultTemplateName { get; }

A propriedade Value

A String that represents the full ID of the <RenderingTemplate>'s ID attribute.

Comentários

Esta propriedade é uma dos seguinte valores, dependendo se o tipo exibição do atual contexto é AllPosts ou MyPosts.

Moblog_AllPosts_Navigation
Moblog_MyPosts_Navigation

Each of these values is a concatenation of the Prefix and the Suffix with the ElementSeparator character in between.(Unless it has been changed, the Prefix property of a SPMobilePostsListNavigation object has the same value as the DefaultPrefix property, "Moblog".)

Consulte também

Referência

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