SPMobilePostsListNavigation De classe
Specifies the ID of the <RenderingTemplate> that is used when rendering the footer 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.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public NotInheritable Class SPMobilePostsListNavigation
Inherits SPMobileListNavigation
Dim instance As SPMobilePostsListNavigation
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
public sealed class SPMobilePostsListNavigation : SPMobileListNavigation
Comentários
A identificação é o valor do DefaultTemplateName P:Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation.DefaultTemplateName propriedade, e ela é uma do seguinte:
Moblog_AllPosts_Navigation
Moblog_MyPosts_Navigation
A identificação é o primeiro valor quando o tipo exibição do atual contexto é AllPosts; Isto é, apresentação Todas as postagens.Ele é o segundo valor quando o tipo exibição é MyPosts; Isto é, apresentação somente as postagens do atual usuário.
O "Moblog" é o valor do DefaultPrefix P:Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation.DefaultPrefix propriedade.It indicates that the <RenderingTemplate> is for mobile blog sites.The "Navigation" indicates that <RenderingTemplate> applies to the footer 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.SPMobileListNavigation
Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation
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
SPMobilePostsListNavigation Membros
Microsoft.SharePoint.MobileControls De espaço para nome