Click or drag to resize
ContactInfoProvider.GetContactInfoInternal 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: System.Guid
Contact GUID

Return Value

Type: ContactInfo
See Also