SISConnectorSvcGetEnum Method
This method is used to retrieve values and IDs of an enumerated constraint. This constraint can be associated with one, or more enumerated Properties.

Namespace:  SISConnectorService
 

Syntax
C#
public ReturnStatus GetEnum(
	EnumFilter enumFilter,
	out EnumInformation[] enumsInformation
)

Parameters

enumFilter
Type: Talisma.Server.TLSysSISConnectorEnumFilter
[in] The EnumFilter structure contains information about the enumerated constraint whose values and corresponding IDs must be retrieved.
enumsInformation
Type: Talisma.Server.TLSysSISConnectorEnumInformation
[out] The enumsInformation parameter is an array of the EnumInformation structure, which contains information about values of the enumerated constraint.

Return Value

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