Click or drag to resize
ICurrentUserContactProviderGetContactForCurrentUser Method
Gets a ContactInfo for the given currentUser when no information about the possible current contact is available.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
ContactInfo GetContactForCurrentUser(
	IUserInfo currentUser
)

Parameters

currentUser
Type: CMS.BaseIUserInfo
The user the contacts will be obtained for

Return Value

Type: ContactInfo
Contact selected as the current one for the currentUser.
See Also