Click or drag to resize
ContactInfoProviderGetContactInfoInternal Method (Guid)

Note: This API is now obsolete.

Returns contact with specified GUID.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(System.Guid) instead.")]
protected virtual ContactInfo GetContactInfoInternal(
	Guid contactGuid
)

Parameters

contactGuid
Type: SystemGuid
Contact GUID

Return Value

Type: ContactInfo
See Also