Click or drag to resize
ContactInfoProviderGetContactInfoInternal Method (Guid)
Returns contact with specified GUID.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual ContactInfo GetContactInfoInternal(
	Guid contactGuid
)

Parameters

contactGuid
Type: SystemGuid
Contact GUID

Return Value

Type: ContactInfo
See Also