This documentation is archived and is not being maintained.

InformationNodeConverters::GetChangesetId Method (IBuildInformation, Int32, Boolean)

Gets a changesetId from the build for a particular request, if returnFirstIfNotFound is specified, it returns the first changeset in the list if the one specified is not present.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
static int GetChangesetId(
	IBuildInformation^ buildInformation, 
	int requestId, 
	bool returnFirstIfNotFound
)

Parameters

buildInformation
Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation
requestId
Type: System::Int32
returnFirstIfNotFound
Type: System::Boolean

Return Value

Type: System::Int32

Show: