SPMobileUtility Methods

Include Protected Members
Include Inherited Members

The SPMobileUtility type exposes the following members.

Methods

  Name Description
Public methodStatic member AppendMobileQueryString Returns the URL with either “?Mobile=1” or “?Mobile=o” appended to the end.
Public methodStatic member AppendSourceQueryString Appends, to the URL of a mobile page, the URL of the page from which the user navigated; that is, the page to which a Back button would navigate.
Public methodStatic member CreateFolderNavigation Creates a link to the contents of a child folder.
Public methodStatic member CreateLogOnSelector
Public methodStatic member EncodeQueryStrings Returns the URL with all query values encoded.
Public methodStatic member GenerateExternalUri Generates an external (outside the firewall) URI for the page in the specified internal URI.
Public methodStatic member GenerateInternalUrl Returns an absolute internal (within the firewall) URL based on the specified URL.
Public methodStatic member GetApplicationPath() Returns the application path for the current mobile Web application.
Public methodStatic member GetApplicationPath(SPWeb) Returns the application path for the specified mobile Web application.
Public methodStatic member GetAppRootDirName() Gets the Web-relative mobile application root directory path.
Public methodStatic member GetAppRootDirName(SPWeb) Obsolete. Gets the Web-relative mobile application root directory path.
Public methodStatic member GetBooleanFieldValue Returns the value of the specified Boolean field.
Public methodStatic member GetClaimsAuthenticationProvider
Public methodStatic member GetDateOptions Returns the date options of the mobile Web application that are associated with the specified context and calendar type.
Public methodStatic member GetDispFormUrl() Returns the URL of the display form (DispForm.aspx) of the mobile Web application.
Public methodStatic member GetDispFormUrl(SPContext) Returns the URL of the display form (DispForm.aspx) of the mobile Web application.
Public methodStatic member GetDispFormUrl(SPView, SPItem, SPContext) Returns the URL of the display form (DispForm.aspx) of the mobile Web application.
Public methodStatic member GetEditFormUrl() Returns the URL of the edit form (EditForm.aspx) of the mobile Web application.
Public methodStatic member GetEditFormUrl(SPContext) Returns the URL of the edit form (EditForm.aspx) of the mobile Web application.
Public methodStatic member GetEditFormUrl(SPView, SPItem, SPContext) Returns the URL of the edit form (EditForm.aspx) of the mobile Web application.
Public methodStatic member GetEllipsisString(String, Int32) Returns a truncated version of the specified string up to the specified length with ellipsis characters appended, or the entire string if it does not exceed the specified length.
Public methodStatic member GetEllipsisString(String, Int32, String) Returns a truncated version of the specified string up to the specified length with ellipsis characters appended, or the entire string if it does not exceed the specified length.
Public methodStatic member GetErrorMessage Returns error message text for the specified HTTP context.
Public methodStatic member GetFirstMobileView Obsolete. Returns the first view in the specified list that applies to a mobile device.
Public methodStatic member GetFormUrl(PAGETYPE) Returns the URL of the specified form in a mobile Web application.
Public methodStatic member GetFormUrl(SPContext, PAGETYPE) Returns the URL of the specified form in a mobile Web application.
Public methodStatic member GetFormUrl(SPView, SPItem, SPContext, PAGETYPE) Returns the URL of the specified form in a mobile Web application.
Public methodStatic member GetIisSettings Gets an object with IIS settings based on the specified HTTP context.
Public methodStatic member GetImageSizeFromUri Gets the size in Kbytes of the image file at the specified path.
Public methodStatic member GetItemId Returns the identifier of the specified data transport item of a mobile Web application.
Public methodStatic member GetMobileConfigValue Returns a string version of the configuration value for the specified mobile Web application.
Public methodStatic member GetMobileConfigValueAsInt Returns an integer version of the configuration value for the specified mobile Web application.
Public methodStatic member GetMobileDefaultView Obsolete. Returns the default view for an item in the specified list that applies to a mobile device.
Public methodStatic member GetMobileViewFromList(SPList) Gets the default mobile view of the specified list.
Public methodStatic member GetMobileViewFromList(SPList, SPContext) Gets the default mobile view of the specified list for the specified context.
Public methodStatic member GetNewFormUrl() Returns the URL of the new form (NewForm.aspx) of a mobile Web application.
Public methodStatic member GetNewFormUrl(SPContext) Returns the URL of the new form (NewForm.aspx)of a mobile Web application.
Public methodStatic member GetNewFormUrl(SPView, SPContext) Returns the URL of the new form (NewForm.aspx)of a mobile Web application.
Public methodStatic member GetShortApplicationPath() Returns the abbreviated application path for the current mobile Web application.
Public methodStatic member GetShortApplicationPath(SPWeb) Returns the abbreviated application path for the specified mobile Web application.
Public methodStatic member GetUrlKeyValue Returns a string version of the value associated with the specified URL key.
Public methodStatic member GetUrlKeyValueAsInt Returns an integer version of the value that is associated with the specified URL key.
Public methodStatic member GetValidMobileView Obsolete. Returns the next valid mobile view for the specified list.
Public methodStatic member GetViewUrl(SPList) Returns the URL of the current list view in a mobile Web application.
Public methodStatic member GetViewUrl(SPList, SPView) Returns the URL of the specified list view in a mobile Web application.
Public methodStatic member GetViewUrl(SPList, SPView, SPFolder) Returns the URL of the specified list view in a mobile Web application.
Public methodStatic member GetViewUrl(SPList, SPView, SPContext, SPFolder) Returns the URL of the specified list view in a mobile Web application.
Public methodStatic member GetWebConfigValue Returns the site configuration value that is associated with the specified configuration key for a mobile Web application.
Public methodStatic member GetWebPropertyValue Returns the value of the specified Web property.
Public methodStatic member IsFileUploadSupported Returns a value that indicates whether a mobile device can upload files according to the specified capabilities object.
Public methodStatic member IsMobilePageRequest Returns a value that indicates whether the mobile version of the request page should be returned.
Public methodStatic member IsValidField Returns a Boolean value that indicates whether the specified field is valid.
Public methodStatic member IsValidTemplateName Returns a Boolean value that indicates whether the specified template name for a mobile Web application is valid.
Public methodStatic member IsViewExcluded Returns a value that indicates whether the specified view, in the specified context, is not allowed on mobile devices.
Public methodStatic member IsViewFieldExcluded Returns a value that indicates whether the specified field (column) appears in mobile list view.
Public methodStatic member Redirect(String, SPRedirectFlags, HttpContext) Redirects the user to the specified URL, if it is valid.
Public methodStatic member Redirect(String, SPRedirectFlags, HttpContext, String) Redirects the user to the specified URL, if it is valid, with the specified query strings.
Public methodStatic member RemoveWssAuthCookies
Public methodStatic member SetErrorMessage Specifies error message text for the specified HTTP context.
Public methodStatic member SupportsTouchUserInterface Gets a value that indicates whether the mobile device browser supports touch screens.
Public methodStatic member UrlKeyValueDecode Decodes the specified query string from a URL that was encoded with the UrlKeyValueEncode(String) method.
Public methodStatic member UrlKeyValueEncode Encodes the specified query string (key/value pair) as either UTF-8 or Unicode depending on the device capabilities.

Top

See Also

Reference

SPMobileUtility Class

Microsoft.SharePoint.Utilities Namespace