Table of Contents

Method GetParameterItemData

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

GetParameterItemData(string)

Gets the value stored for the specified parameter in the ElementData.xml file.

[Obsolete("This method is obsolete since DataMiner 10.3.4.")]
object GetParameterItemData(string data)

Parameters

data string

The name of the parameter.

Returns

object

The value stored in the ElementData.xml file (as string). In case the ElementData.xml file did not contain a value for the specified parameter and the parameter is defined in the protocol, an empty string is returned. In case there is no parameter defined with the specified name, a null reference is returned.

Remarks

  • This is a wrapper method for the NotifyProtocol type 88 NT_GET_ITEM_DATA call.
  • This method is deprecated since DataMiner 10.3.4.