| MessageGetMessageById Method |
Returns the message by its Id.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public static Message GetMessageById(
int id
)
Public Shared Function GetMessageById (
id As Integer
) As Message
Parameters
- id
- Type: SystemInt32
Message Id.
Return Value
Type:
MessageA message with the given Id or null (Nothing in Visual Basic) if the message with the given Id doesn't exist.
Remarks See Also