SPMobileContext Class
Provides information about the current context that is needed for interaction between mobile devices and Windows SharePoint Services 3.0 Web sites.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPMobileContext
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPMobileContext
Dim instance As SPMobileContext
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPMobileContext
Remarks
SPMobileContext has no public constructors. Get a reference to an SPMobileContext object by reading the SPContext.MobileContext property.
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.