ModuleCommandsMessagingAddToIgnoreList Method |
Adds user to ingnore list.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public static void MessagingAddToIgnoreList(
int ownerId,
int contactId
)
Parameters
- ownerId
- Type: SystemInt32
ID of ignore list owner - contactId
- Type: SystemInt32
ID of user to add to ignore list
See Also