You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > User Class > User Methods > AutoLogInUser
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
User.AutoLogInUser Method

Login the given user credentials. 

This method can be accessed through the User.asmx file located in:

~/Workarea/webservices/WebServiceAPI/User/User.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "AutoLogInUser", Description = "")]
public UserData AutoLogInUser(string SAMusername, string domain, string ServerName);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "AutoLogInUser", Description = "")>
Public Function AutoLogInUser(SAMusername As string, domain As string, ServerName As string) As UserData
Parameters 
Description 
SAMusername 
The user's name. 
domain 
The domain. 
ServerName 
The server name. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!