SPMobileWikiPage class

Inheritance hierarchy

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
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class SPMobileWikiPage _
    Inherits WebPartMobileWebPage
'Usage
Dim instance As SPMobileWikiPage
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class SPMobileWikiPage : WebPartMobileWebPage

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPMobileWikiPage members

Microsoft.SharePoint.Mobile.WebControls namespace