SPMobilePostsListTitle De classe
Specifies the ID of the <RenderingTemplate> that is used when rendering the header area of a list of posts on a mobile web site.
Espaço para nome Microsoft.SharePoint.MobileControls
Conjunto de Módulos (Assembly) Microsoft.SharePoint (em microsoft.sharepoint.dll)
A sintaxe
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public NotInheritable Class SPMobilePostsListTitle
Inherits SPMobileListTemplateSelector
Dim instance As SPMobilePostsListTitle
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
public sealed class SPMobilePostsListTitle : SPMobileListTemplateSelector
Comentários
Para um visão geral da função dessa classe no sistema de processamento página para dispositivos móveis, consulte Página móvel de processamento do sistema.
A identificação é o valor do DefaultTemplateName P:Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle.DefaultTemplateName propriedade e é uma do seguinte dois valores:
Moblog_AllPosts_Title
Moblog_MyPosts_Title
A identificação é o primeiro valor quando o tipo exibição do atual contexto é AllPosts; Isto é, apresentação Todas as postagens.A identificação é o segundo valor quando o tipo exibição é MyPosts; Isto é, apresentação somente as postagens do atual usuário.
The "Moblog" is the value of the DefaultPrefix property, and it indicates that the <RenderingTemplate> is for mobile blog sites.The "Title" indicates that <RenderingTemplate> applies to the header part of the page.
Hierarquia de herança
System.Object
System.Web.UI.Control
System.Web.UI.MobileControls.MobileControl
Microsoft.SharePoint.MobileControls.SPMobileComponent
Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector
Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector
Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle
Segmento de segurança
Qualquer público estático ( compartilhadas Na Visual Basic) os membros desse tipo são segmento seguro. Os membros de instância não são garantia ser segmento seguro.
Consulte também
Referência
SPMobilePostsListTitle Membros
Microsoft.SharePoint.MobileControls De espaço para nome