Click or drag to resize
MessageInfoProviderDeleteSentMessages Method (Int32, String)
Delete all user's sent messages.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
public static void DeleteSentMessages(
	int userId,
	string where
)

Parameters

userId
Type: SystemInt32
User ID
where
Type: SystemString
Where condition
See Also