IContactRelationAssigner Interface |
Namespace: CMS.ContactManagement
public interface IContactRelationAssigner
Name | Description | |
---|---|---|
Assign(IUserInfo, ContactInfo) |
Creates relationship between given user and contact.
| |
Assign(Int32, MemberTypeEnum, Int32, Boolean) |
Creates relationship between for given contactId and related object with given relatedId of type specified in memberType.
| |
Assign(MemberTypeEnum, BaseInfo, ContactInfo, Boolean) |
Adds specified relationship among specified contact, related object and object type.
|