Click or drag to resize

ApiSessionGetUser Method

Get a record of a specific user within the project from the server This list this record is fetched from is cached in the session for about 5 minutes, but may be forced to be re-request

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public UserInfo GetUser(
	Guid aUserGuid,
	bool aForceRequest = false
)

Parameters

aUserGuid
Type: SystemGuid
The guid of the user of interest
aForceRequest (Optional)
Type: SystemBoolean
true to force a server request and don't allow an answer from the cache

Return Value

Type: UserInfo
the user record or null if the user does not exist.
See Also