Repository.UpdateChangeset Method
UpdateChangeset is used to update the comment and referenced checkin note with for a changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdateChangeset ( _
changeset As Integer, _
comment As String, _
checkinNote As CheckinNote _
)
[WebMethodAttribute]
public void UpdateChangeset(
int changeset,
string comment,
CheckinNote checkinNote
)
[WebMethodAttribute]
public:
void UpdateChangeset(
int changeset,
String^ comment,
CheckinNote^ checkinNote
)
[<WebMethodAttribute>]
member UpdateChangeset :
changeset:int *
comment:string *
checkinNote:CheckinNote -> unit
public function UpdateChangeset(
changeset : int,
comment : String,
checkinNote : CheckinNote
)
Parameters
changeset
Type: System.Int32This is the changeset Id from a previously created chanageset.
comment
Type: System.StringThis is the comment for the changeset.
checkinNote
Type: Microsoft.TeamFoundation.VersionControl.Server.CheckinNoteThis is the checkin note for the changeset.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.