Share via


DBPath.DatabaseToUserPath-Methode (String, Boolean, Boolean)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function DatabaseToUserPath ( _
    databasePath As String, _
    removeTrailingSlashIfPresent As Boolean, _
    convertToForwardSlashes As Boolean _
) As String
public static string DatabaseToUserPath(
    string databasePath,
    bool removeTrailingSlashIfPresent,
    bool convertToForwardSlashes
)

Parameter

Rückgabewert

Typ: System.String
Gibt String zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DBPath Klasse

DatabaseToUserPath-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace