DBPath.UserToDatabasePath Method (String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function UserToDatabasePath ( _
userPath As String _
) As String
public static string UserToDatabasePath(
string userPath
)
public:
static String^ UserToDatabasePath(
String^ userPath
)
static member UserToDatabasePath :
userPath:string -> string
public static function UserToDatabasePath(
userPath : String
) : String
Parameters
- userPath
Type: System.String
Return Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.