SPWebApplication.GetRequestPath-Methode
HINWEIS: Diese API ist veraltet.
Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Unsupported")> _
Protected Shared Function GetRequestPath ( _
binding As String, _
secure As Boolean _
) As String
'Usage
Dim binding As String
Dim secure As Boolean
Dim returnValue As String
returnValue = SPWebApplication.GetRequestPath(binding, _
secure)
[ObsoleteAttribute("Unsupported")]
protected static string GetRequestPath(
string binding,
bool secure
)
Parameter
- binding
Typ: System.String
- secure
Typ: System.Boolean
Rückgabewert
Typ: System.String