Click or drag to resize

Message Constructor

Initializes a new instance of the Message class

Namespace:  Dynamicweb.Content.Files.Information
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public Message(
	MessageType messageType,
	string message
)

Parameters

messageType
Type: Dynamicweb.Content.Files.InformationMessageType
message
Type: SystemString
See Also