BuildContainerPath.GetFolderName Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function GetFolderName ( _
fullPath As String _
) As String
public static string GetFolderName(
string fullPath
)
public:
static String^ GetFolderName(
String^ fullPath
)
static member GetFolderName :
fullPath:string -> string
public static function GetFolderName(
fullPath : String
) : String
Parameters
- fullPath
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.