TeamProjectFolderOptions Class
This class is used to describe the initial configuration of a newly created team project. This allows the creator to control the initial access, checkin notes, whether exclusive checkout is enforced or not and whether get latest on checkout is enforced.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Server.TeamProjectFolderOptions
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Class TeamProjectFolderOptions
public class TeamProjectFolderOptions
public ref class TeamProjectFolderOptions
type TeamProjectFolderOptions = class end
public class TeamProjectFolderOptions
The TeamProjectFolderOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TeamProjectFolderOptions |
Top
Properties
Name | Description | |
---|---|---|
CheckinNoteDefinition | This is used to create a checkin note definition for the root of the team project. | |
Comment | This comment is used for the comment stored in the checkin associated with creating the Team Project. It is an optional comment. | |
ExclusiveCheckout | The ExclusiveCheckout option allows the creator to require all pending changes on items be exclusive, not letting more than a single user to pend chanes at the same time. | |
GetLatestOnCheckout | The GetLatestOnCheckout option allows the creator to require all attempts to pend edits on items to retrieve the latest version of those items as part of the operation. | |
Permissions | This is used to configure what the default set of permissions for a set of users and groups will be to the tree when the tree is created. | |
SourceProject | The branch source is used to mark the source location in the tree to branch the TeamProject from. The branches are always created by branching the latest version of the source tree. If the Source Project is not specified then the team project folder is created as a new emtpy folder. | |
TeamProject | The team project folder is a required value and specifies the name of the folder created for the team project. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.