SPMobileUtility.GetFormUrl method (PAGETYPE)
Retorna a URL do formulário especificado em um aplicativo da Web móvel.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function GetFormUrl ( _
pagetype As PAGETYPE _
) As String
'Uso
Dim pagetype As PAGETYPE
Dim returnValue As String
returnValue = SPMobileUtility.GetFormUrl(pagetype)
public static string GetFormUrl(
PAGETYPE pagetype
)
Parâmetros
pagetype
Type: Microsoft.SharePoint.PAGETYPEUm valor de PAGETYPE que indica o tipo de formulário.
Valor retornado
Type: System.String
Uma seqüência de caracteres que contém o URL.