SISConnectorSvcAddEnumValue Method |
This method is used to add a value to an enumerated constraint. This constraint can be associated with one or more enumerated
Properties.
Namespace: SISConnectorService
C#
public ReturnStatus AddEnumValue( ref EnumInformation enumInfo, out long transactionId )
Parameters
- enumInfo
- Type: Talisma.Server.TLSysSISConnectorEnumInformation
[ref] The EnumInformation structure contains information about the enumerated constraint to which a value must be added. - transactionId
- Type: SystemInt64
[out] The ID of the transaction in the Incoming Transaction queue.
Return Value
Type: ReturnStatusThe AddEnumValue 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.
