Click or drag to resize

WSUserInfoUserInfoGetAll Method

**OBSOLETE** See V2 GetUserDetail(GetUserDetailIn)

Namespace: AppOne.Web.Service.Services.V1R0.Customer
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<UserInfoBaseModel> UserInfoGetAll()

Return Value

ListUserInfoBaseModel
A List<UserInfoBaseModel> collection
Remarks
Use this method to return all users that belong to a specific client.

Note  Note
The UserInfoBaseModel is the base class for UserInfoModel which contains a larger set of meta data to work with.
See Also