Delen via


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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildContainerPath Class

Microsoft.TeamFoundation.Build.Common Namespace