Click or drag to resize
VisitorToContactInfoProviderGetContactForVisitor Method
Returns a ContactInfo for given Guid.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static ContactInfo GetContactForVisitor(
	Guid visitor
)

Parameters

visitor
Type: SystemGuid

Return Value

Type: ContactInfo
See Also