Click or drag to resize

ModelGetMessage Method

Gets a message of the specified content-type by its id.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ContentMessage GetMessage(
	int contentTypeId,
	int messageId
)

Parameters

contentTypeId
Type: SystemInt32
Message's content-type.
messageId
Type: SystemInt32
The message id.

Return Value

Type: ContentMessage
ContentMessage
See Also