IgnoreListInfoProvider.RemoveFromIgnoreList Method |
Deletes specified ignoreList.
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax public static void RemoveFromIgnoreList(
int ownerId,
int contactId
)
Parameters
- ownerId
- Type: System.Int32
ID of ignorelist owner - contactId
- Type: System.Int32
ID of ignored user
See Also