FileContainerItem.EnsurePathFormat Method
Namespace: Microsoft.VisualStudio.Services.FileContainer
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Shared Function EnsurePathFormat ( _
path As String _
) As String
public static string EnsurePathFormat(
string path
)
public:
static String^ EnsurePathFormat(
String^ path
)
static member EnsurePathFormat :
path:string -> string
public static function EnsurePathFormat(
path : String
) : String
Parameters
- path
Type: System.String
Return Value
Type: System.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.