Propriedade SPMobilePostsListTitle.DefaultTemplateName
Gets the full ID of the <RenderingTemplate> specified by the SPMobilePostsListTitle.
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 SPMobilePostsListTitle
Dim value As String
value = instance.DefaultTemplateName
public override string DefaultTemplateName { get; }
A propriedade Value
A String that represents the value of the <RenderingTemplate> ID attribute.
Comentários
Por padrão esta propriedade é uma dos seguinte valores, dependendo se o tipo exibição do atual contexto é AllPosts ou MyPosts.
Moblog_AllPosts_Title
Moblog_MyPosts_Title
Each of these values is a concatenation of the Prefix and the Suffix with the ElementSeparator character in between.(Unless it has been set to something else, the Prefix property of a SPMobilePostsListTitle object has the same value as the DefaultPrefix property, "Moblog".)
Consulte também
Referência
SPMobilePostsListTitle De classe
SPMobilePostsListTitle Membros
Microsoft.SharePoint.MobileControls De espaço para nome