SPMobileUtility.GetFormUrl-Methode (SPContext, PAGETYPE)
Gibt die URL des angegebenen Formulars in einer mobilen Webanwendung zurück.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetFormUrl ( _
context As SPContext, _
pagetype As PAGETYPE _
) As String
'Usage
Dim context As SPContext
Dim pagetype As PAGETYPE
Dim returnValue As String
returnValue = SPMobileUtility.GetFormUrl(context, _
pagetype)
public static string GetFormUrl(
SPContext context,
PAGETYPE pagetype
)
Parameter
context
Typ: Microsoft.SharePoint.SPContextEin SPContext -Objekt, das Kontextinformationen für die mobile Webanwendung darstellt.
pagetype
Typ: Microsoft.SharePoint.PAGETYPEEin PAGETYPE -Wert, der den Typ des Formulars angibt.
Rückgabewert
Typ: System.String
Eine Zeichenfolge, die die URL enthält.