SPMobileContext members
Provides information about the current context that is needed for interaction between mobile devices and SharePoint Foundation Web sites.
The SPMobileContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ControlMode | Gets the control mode of the current page or form: Display, New, or Edit. |
![]() |
CurrentFolder | Gets the current folder. |
![]() |
CurrentFolderUrl | Gets the URL of the current folder. |
![]() |
IsForm | Gets a value that indicates whether the current page is one of the three basic types of forms: Display, New, or Edit. |
![]() |
IsInSubFolder | Gets a value that indicates whether the current folder has a parent folder. |
![]() |
IsView | Gets a value that indicates whether the current page is a list view page, instead of a form. |
![]() |
MarkupLanguage | Gets or sets the name of the markup language used by the mobile device. |
![]() |
PageType | Gets a value that specifies the type of page. |
![]() |
ParentHttpContext | Gets the current HTTP request context. |
![]() |
ParentSPContext | Gets the SPContext object that has this SPMobileContext object as its MobileContext property. |
![]() |
RootFolderUrl | Gets the URL of the highest contain folder for the current list item. |
![]() |
View | Gets the current mobile view of the list that contains the current list item. |
![]() |
ViewId | Gets the identifier of the current mobile view of the current list item. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top