BoardMessageInfoProviderIsUserMessageOwner Method |
Checks if the given user is owner of the given message.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also