PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Tries to map the user.
Namespace: Smartsite.Security
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public virtual bool TryMapUser( u, userInfo, out int nr ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overridable Function TryMapUser ( _ u As , _ userInfo As , _ <> ByRef nr As Integer _ ) As |
Parameters
- u
- DomainUser
The user.
- userInfo
- ActiveDirectoryUser
The user info.
- nr
- Int32%
The nr.
Return Value
true if the user could be mapped, otherwise false.See Also
DirectoryGateway Class
Smartsite.Security Namespace