dms.GetUserDataAsString

This job reads user-related data for the specified name and type from the database, provided that it is stored as strings. If the data is stored as strings, this job must be used exclusively. The input parameters are identical to dms.GetUserData, except that the output parameter Value is returned as a string.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported, must be 0

Type

INT

Yes

Data type (see data types)

Name

STRING

Yes

Identifier for the record

OutputUnicode

INT

Yes

Must be 1

2. Output Parameters

Name Type Dependency Description

IsUserData

INT

1 = if the requested entry exists, otherwise 0

Value

STRING

requested value as string

3. Return Value

(INT): 0 = Job successful, otherwise error code
Complete list of error codes

4. See Also