Click or drag to resize
ContactMembershipInfoProviderGetMembershipInfo Method (Int32)

Note: This API is now obsolete.

Returns relationship among specified contact, related object and object type.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IContactMembershipInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ContactMembershipInfo.Provider.")]
public static ContactMembershipInfo GetMembershipInfo(
	int membershipID
)

Parameters

membershipID
Type: SystemInt32
ID of membership record

Return Value

Type: ContactMembershipInfo
See Also