Click or drag to resize

ServiceResultGetMessages Method

Gets the messages of the specified MessageType. The current release only returns ValidationWarning and ValidationError messages. Warning and Error messages will be available in the future release.

Namespace:  Cobra.WebService.ClientAPI
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public ServiceMessage[] GetMessages(
	MessageType messageType
)

Parameters

messageType
Type: Cobra.WebService.ClientAPIMessageType
The MessageType of the messages.

Return Value

Type: ServiceMessage
An array of ServiceMessage containing the messages.
See Also