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 of the information involved in the changes is returned to the caller except for deleted nodes.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function UpdateBuildInformation ( _
changes As InformationChangeRequest2010() _
) As List(Of BuildInformationNode2010)
[WebMethodAttribute]
public List<BuildInformationNode2010> UpdateBuildInformation(
InformationChangeRequest2010[] changes
)
[WebMethodAttribute]
public:
List<BuildInformationNode2010^>^ UpdateBuildInformation(
array<InformationChangeRequest2010^>^ changes
)
[<WebMethodAttribute>]
member UpdateBuildInformation :
changes:InformationChangeRequest2010[] -> List<BuildInformationNode2010>
public function UpdateBuildInformation(
changes : InformationChangeRequest2010[]
) : List<BuildInformationNode2010>
Parameters
changes
Type: array<Microsoft.TeamFoundation.Build.Server.Compatibility.InformationChangeRequest2010[]A list of changes that should occur on the server.
Return Value
Type: System.Collections.Generic.List<BuildInformationNode2010>
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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace