ICurrentUserContactProviderGetContactForCurrentUser Method |
Gets a
ContactInfo for the given
currentUser when no information about the possible current contact is available.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax 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