Click or drag to resize
MessageGetMessageById Method
Returns the message by its Id.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public static Message GetMessageById(
	int id
)

Parameters

id
Type: SystemInt32
Message Id.

Return Value

Type: Message
A message with the given Id or null (Nothing in Visual Basic) if the message with the given Id doesn't exist.
Remarks