SPMobilePostsHomePageNavigation - Classe

Remarque : cette API est désormais obsolète.

Génère le rendu d'un lien vers la page d'accueil d'un site de blog mobile.

Hiérarchie d’héritage

System.Object
  System.Web.UI.Control
    System.Web.UI.MobileControls.MobileControl
      Microsoft.SharePoint.MobileControls.SPMobileComponent
        Microsoft.SharePoint.MobileControls.SPMobileNavigation
          Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation
            Microsoft.SharePoint.MobileControls.SPMobileHomePageNavigation
              Microsoft.SharePoint.MobileControls.SPMobilePostsHomePageNavigation

Espace de noms :  Microsoft.SharePoint.MobileControls
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Use SPMobileHomePageNavigation class instead.")> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobilePostsHomePageNavigation _
    Inherits SPMobileHomePageNavigation
'Utilisation
Dim instance As SPMobilePostsHomePageNavigation
[ObsoleteAttribute("Use SPMobileHomePageNavigation class instead.")]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobilePostsHomePageNavigation : SPMobileHomePageNavigation

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

SPMobilePostsHomePageNavigation - Membres

Microsoft.SharePoint.MobileControls - Espace de noms