Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the build information according to the changes provided. All information involved in the changes is returned to the caller except for deleted nodes.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function UpdateBuildInformation ( _
changes As InformationChangeRequest() _
) As List(Of BuildInformationNode)
[WebMethodAttribute]
public List<BuildInformationNode> UpdateBuildInformation(
InformationChangeRequest[] changes
)
[WebMethodAttribute]
public:
List<BuildInformationNode^>^ UpdateBuildInformation(
array<InformationChangeRequest^>^ changes
)
[<WebMethodAttribute>]
member UpdateBuildInformation :
changes:InformationChangeRequest[] -> List<BuildInformationNode>
public function UpdateBuildInformation(
changes : InformationChangeRequest[]
) : List<BuildInformationNode>
Parameters
changes
Type: array<Microsoft.TeamFoundation.Build.Server.InformationChangeRequest[]A list of changes that should occur on the server.
Return Value
Type: System.Collections.Generic.List<BuildInformationNode>
A list of changed build information nodes, if any (excluding deletes).
.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.