Click or drag to resize
IContactRelationAssigner Interface
Provides method for creating relationship between ContactInfo and other objects.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public interface IContactRelationAssigner
Methods
  NameDescription
Public methodCode exampleAssign(IUserInfo, ContactInfo)
Creates relationship between given user and contact.
Public methodCode exampleAssign(Int32, MemberTypeEnum, Int32, Boolean)
Creates relationship between for given contactId and related object with given relatedId of type specified in memberType.
Public methodCode exampleAssign(MemberTypeEnum, BaseInfo, ContactInfo, Boolean)
Adds specified relationship among specified contact, related object and object type.
Top
See Also