ModuleCommandsMessagingIsInContactList Method |
Returns true if the user is in the contact list.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public static bool MessagingIsInContactList(
int ownerId,
int contactId
)
Parameters
- ownerId
- Type: SystemInt32
ID of contact list owner - contactId
- Type: SystemInt32
ID of user in contact list
Return Value
Type:
BooleanSee Also