EasyUA Reference
HistoryUpdateStructureData(IList<UpdateStructureDataDetails>,RequestSettings) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class > HistoryUpdateStructureData Method : HistoryUpdateStructureData(IList<UpdateStructureDataDetails>,RequestSettings) Method

nodesToUpdate
The list of variable nodes to update, including the data provided for the update.
settings
The general settings for the request. If null, the default settings from the property #DefaultRequestSettings are used.

Glossary Item Box

Updates the history for a list of structured metadata variables.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim nodesToUpdate As IList(Of UpdateStructureDataDetails)
Dim settings As RequestSettings
Dim value As List(Of HistoryDataUpdateResult)
 
value = instance.HistoryUpdateStructureData(nodesToUpdate, settings)

Parameters

nodesToUpdate
The list of variable nodes to update, including the data provided for the update.
settings
The general settings for the request. If null, the default settings from the property #DefaultRequestSettings are used.

Return Value

The results for the update operation.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.