Click or drag to resize
IgnoreListInfoProviderAddToIgnoreList Method
Adds user to owner's ignorelist.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
public static void AddToIgnoreList(
	int ownerId,
	int contactId
)

Parameters

ownerId
Type: SystemInt32
ID of ignorelist owner
contactId
Type: SystemInt32
ID of ignored user
See Also