Click or drag to resize
IgnoreListInfoProviderGetIgnoreList Method (Int32)
Returns all users from user's ignorelist.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<IgnoreListInfo> GetIgnoreList(
	int ownerId
)

Parameters

ownerId
Type: SystemInt32
User ID

Return Value

Type: InfoDataSetIgnoreListInfo
See Also