xAxaptaUserManager.getSIDFromName(String, String, UserAccountType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets user details from the given user logon, domain, and account type.
public:
virtual Dynamics::AX::Application::xAxaptaUserDetails ^ getSIDFromName(System::String ^ _userLogin, System::String ^ _domainName, Dynamics::AX::Application::UserAccountType _accountType);
public virtual Dynamics.AX.Application.xAxaptaUserDetails getSIDFromName (string _userLogin, string _domainName, Dynamics.AX.Application.UserAccountType _accountType);
abstract member getSIDFromName : string * string * Dynamics.AX.Application.UserAccountType -> Dynamics.AX.Application.xAxaptaUserDetails
override this.getSIDFromName : string * string * Dynamics.AX.Application.UserAccountType -> Dynamics.AX.Application.xAxaptaUserDetails
Public Overridable Function getSIDFromName (_userLogin As String, _domainName As String, _accountType As UserAccountType) As xAxaptaUserDetails
Parameters
- _userLogin
- String
- _domainName
- String
- _accountType
- UserAccountType
Returns
A xAxaptaUserDetails class instance that contains user details.