Click or drag to resize

ApiSessionGetUsers Method

Requests the list of all users within the current project from the server. This list is cached in the session for about 5 minutes, but may be forced to be re-read

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public List<UserInfo> GetUsers(
	bool aForceRequest = false
)

Parameters

aForceRequest (Optional)
Type: SystemBoolean
true if you want to enforce a server request

Return Value

Type: ListUserInfo
See Also