SISConnectorSvcUpdateEnumValue Method
This method is used to update a value of an enumerated constraint. This constraint can be associated with one or more enumerated Properties.

Namespace:  SISConnectorService
 

Syntax
C#
public ReturnStatus UpdateEnumValue(
	EnumInformation enumInfo,
	out long transactionId
)

Parameters

enumInfo
Type: Talisma.Server.TLSysSISConnectorEnumInformation
[in] The EnumInformation structure contains information about the enumerated constraint whose value must be updated.
transactionId
Type: SystemInt64
[out] The ID of the transaction in the Incoming Transaction queue.

Return Value

Type: ReturnStatus
The UpdateEnumValue method returns the ReturnStatus structure with the value of the statusId member as 0 if the operation is successful and -1 along with the error code and error message if the operation fails.
See Also