MessageInfoProvider.DeleteSentMessages Method (Int32, String) |
Delete all user's sent messages.
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 10.0.0
Syntax public static void DeleteSentMessages(
int userId,
string where
)
Parameters
- userId
- Type: System.Int32
User ID - where
- Type: System.String
Where condition
See Also