FolderCreateMode Enumeration
Describes the mode for a new folder creation.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaración
Public Enumeration FolderCreateMode
public enum FolderCreateMode
public enum class FolderCreateMode
type FolderCreateMode
public enum FolderCreateMode
Members
Member name | Description | |
---|---|---|
None | No mode specified. | |
New | The folder represents a new independent folder. | |
Branch | The new folder represents a branch. |