This documentation is archived and is not being maintained.
CheckinResult Class
Visual Studio 2013
This represents the result of a call to the checkin method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
The CheckinResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangesetId | This is the changeset number that was generated when checking in this changeset. It will have a positive value if the changeset was successfully checked in. |
![]() | CheckInState | Represents the last known state of the checkin operation. |
![]() | CheckInTicket | The checkin ticket for this operation |
![]() | CreationDate | Timestamp when changeset was committed |
![]() | LocalVersionUpdates | For a local workspace, this contains the list of local version updates, made by checkin For server workspaces this is empty. |
![]() | UndoneServerItems | This is the set of files that did not change. These items were not committed to the changeset and the changes were undone. This can occur if you have an edit and do not change the file or only have a lock on the file. |
| 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.) |
Show:
