Method SetParametersItemData
SetParametersItemData(string[], object[])
Sets the values stored for the specified parameters in the ElementData.xml file.
[Obsolete("This method is obsolete since DataMiner 10.3.4.")]
object SetParametersItemData(string[] datas, object[] values)
Parameters
Returns
- object
Either a single HRESULT (uint) value specifying an error or an array of HRESULT values (uint[]) (where the array has the same size as the number of parameters that have been set) where each HRESULT value indicates the result of the corresponding item that has been set.
Remarks
- Feature introduced in DataMiner version 8.0.3.
- This is a wrapper method for the NotifyProtocol type 89 NT_SET_ITEM_DATA call.
- The ElementData.xml file is located in the folder “C:\Skyline DataMiner\Elements\[ElementName]\”.
- This method is deprecated since DataMiner 10.3.4.