SPMobileUtility.GetApplicationPath method (SPWeb)
傳回指定的 mobile Web 應用程式的應用程式路徑。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetApplicationPath ( _
web As SPWeb _
) As String
'用途
Dim web As SPWeb
Dim returnValue As String
returnValue = SPMobileUtility.GetApplicationPath(web)
public static string GetApplicationPath(
SPWeb web
)
參數
web
Type: Microsoft.SharePoint.SPWebSPWeb物件,表示 Web 應用程式。
傳回值
Type: System.String
字串,包含應用程式路徑。