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

Returns the list of users from the database based on the UserRequestData class. 

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 = "GetAllUsers by UserRequest", Description = "")]
public UserData[] GetAllUsers(ref UserRequestData userRequest);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetAllUsers by UserRequest", Description = "")>
Public Function GetAllUsers(ByRef userRequest As UserRequestData) As UserData()
Parameters 
Description 
userRequest 
list of constraints to load users 

An array of users as UserData.

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!