| ContactMembershipInfoProviderDeleteMembershipInfo Method (Int32, Int32, MemberTypeEnum) | 
            Deletes relationship among specified contact, related object and object type.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxpublic static void DeleteMembershipInfo(
	int contactId,
	int relatedObjectId,
	MemberTypeEnum memberType
)
Parameters
- contactId
- Type: SystemInt32
 Contact ID
- relatedObjectId
- Type: SystemInt32
 Related object ID
- memberType
- Type: CMS.ContactManagementMemberTypeEnum
 Member type
 See Also
See Also