IgnoreListInfoProviderIsInIgnoreList Method |
Returns true if given user is in owner's ignorelist.
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 8.2.23
Syntax public static bool IsInIgnoreList(
int ownerId,
int contactId
)
Parameters
- ownerId
- Type: SystemInt32
ID of ignorelist owner - contactId
- Type: SystemInt32
ID of user to check
Return Value
Type:
BooleanSee Also