Share via


BaseHierarchyNode.CreateNewFolderName Method

Creates a name for a new folder under this node.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Function CreateNewFolderName As String
'Usage
Dim instance As BaseHierarchyNode 
Dim returnValue As String 

returnValue = instance.CreateNewFolderName()
public string CreateNewFolderName()
public:
String^ CreateNewFolderName()
public function CreateNewFolderName() : String

Return Value

Type: System.String

Remarks

Node names follow the pattern of "NewFolder1", "NewFolder2", and so on.

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

BaseHierarchyNode Members

Microsoft.TeamFoundation.Common Namespace