SISConnectorSvcDeleteEnumValue Method
This method is used to delete a value from an enumerated constraint. This constraint can be associated with one or more enumerated Properties.

Namespace:  SISConnectorService
 

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

Parameters

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

Return Value

Type: ReturnStatus
The DeleteEnumValue 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