IgnoreListInfoProvider.IsInIgnoreListInternal Method |
Returns true if given user is in owner's ignorelist.
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntaxprotected virtual bool IsInIgnoreListInternal(
int ownerId,
int contactId
)
Parameters
- ownerId
- Type: System.Int32
ID of ignorelist owner - contactId
- Type: System.Int32
ID of user to check
Return Value
Type:
Boolean
See Also