Click or drag to resize
ModuleCommandsMessagingIsInIgnoreList Method
Returns true if the user is in the ignore list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static bool MessagingIsInIgnoreList(
	int ownerId,
	int contactId
)

Parameters

ownerId
Type: SystemInt32
ID of ignore list owner
contactId
Type: SystemInt32
ID of user to in ignore list

Return Value

Type: Boolean
See Also