Freigeben über


SPMobileWikiPage-Klasse

Stellt die mobile Version einer SharePoint-Wiki-Seite, die Webparts enthalten kann.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        Microsoft.SharePoint.WebControls.DeltaPage
          Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase
            Microsoft.SharePoint.WebControls.LayoutsPageBase
              Microsoft.SharePoint.Mobile.WebControls.SPMobilePage
                Microsoft.SharePoint.WebPartPages.WebPartMobileWebPage
                  Microsoft.SharePoint.Mobile.WebControls.SPMobileWikiPage

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class SPMobileWikiPage _
    Inherits WebPartMobileWebPage
'Usage
Dim instance As SPMobileWikiPage
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class SPMobileWikiPage : WebPartMobileWebPage

Hinweise

Jedes Objekt SPMobileWikiPage (Seite) entsprechen muss eine nicht mobilen Wiki und Webparts-Seite aufgerufen Zielseite, von der darin enthaltenen Webparts abgerufen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPMobileWikiPage-Member

Microsoft.SharePoint.Mobile.WebControls-Namespace