Click or drag to resize
MessageTypeListGet Method
Get Message type with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IMessageType Get(
	MessageTypeId messageTypeId
)

Parameters

messageTypeId
Type: ArtDatabanken.DataMessageTypeId
Id of Message type.

Return Value

Type: IMessageType
Requested Message type.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if no data has the requested id.
See Also