| 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: 13.0.131
 Syntax
SyntaxContactInfo 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
See Also