SPMobileUtility.GetFormUrl method (PAGETYPE)
在 mobile Web 應用程式會傳回指定之表單的 URL。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetFormUrl ( _
pagetype As PAGETYPE _
) As String
'用途
Dim pagetype As PAGETYPE
Dim returnValue As String
returnValue = SPMobileUtility.GetFormUrl(pagetype)
public static string GetFormUrl(
PAGETYPE pagetype
)
參數
pagetype
Type: Microsoft.SharePoint.PAGETYPEPAGETYPE值,指出表單的型別。
傳回值
Type: System.String
字串,包含 URL。