SPMobileUtility.GetApplicationPath Method (SPWeb)

Returns the application path for the specified mobile Web application.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function GetApplicationPath ( _
    web As SPWeb _
) As String
'Usage
Dim web As SPWeb
Dim returnValue As String

returnValue = SPMobileUtility.GetApplicationPath(web)
public static string GetApplicationPath(
    SPWeb web
)

Parameters

Return Value

Type: System.String
A string that contains the application path.

See Also

Reference

SPMobileUtility Class

SPMobileUtility Members

GetApplicationPath Overload

Microsoft.SharePoint.Utilities Namespace