SISConnectorSvcActivateEnum Method |
This method is used to activate or deactivate values of enumerated Properties.
Namespace: SISConnectorService
C#
public ReturnStatus ActivateEnum( 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 activated or deactivated. - transactionId
- Type: SystemInt64
[out] The ID of the transaction in the Incoming Transaction queue.
Return Value
Type: ReturnStatusThe ActivateEnum method returns the ReturnStatus structure with the value of the statusId member as 0 if the operation is successful, or -1 along with the error code and error message if the operation fails.
