Click or drag to resize
BoardMessageInfoProviderIsUserMessageOwner Method
Checks if the given user is owner of the given message.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static bool IsUserMessageOwner(
	int userId,
	int messageId
)

Parameters

userId
Type: SystemInt32
Id of the user to check
messageId
Type: SystemInt32
ID of the message to check

Return Value

Type: Boolean
See Also