Click or drag to resize
ICurrentUserContactProvider Interface
Provides methods for getting ContactInfo for UserInfo.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public interface ICurrentUserContactProvider

The ICurrentUserContactProvider type exposes the following members.

Methods
  NameDescription
Public methodGetContactForCurrentUser
Gets a ContactInfo for the given currentUser when no information about the possible current contact is available.
Public methodGetContactForCurrentUserAndContact
Gets a ContactInfo for the given currentUser when there is a priori information about the possible current contact available.
Top
See Also