MpUserMgrUIImportDlgType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

MpUserMgrUIImportDlgType

mapp Services V5.16

Data type used to control the display of a dialog box. This dialog box is used to import user data and user group settings. When selecting the file to be imported, the name is either specified in "FileName" or the desired file is selected from the list.

Parameter

Data type

Description

List

MpUserMgrUIImportListType

List of all files available for import, as well as the navigation of the list

FileName

STRING[255]

Name of the file to be imported

VC4 connection: Datapoint from String

Users

BOOL

Options that specifies whether user data should be applied

VC4 connection: Datapoint from Button / Type: ToggleDatapoint / SetValue: 1 / ResetValue: 0

GroupSettings

BOOL

Options that specifies whether user group settings should be applied

VC4 connection: Datapoint from Button / Type: ToggleDatapoint / SetValue: 1 / ResetValue: 0

LayerStatus

UINT

Visibility of the dialog box (status data point for the dialog box layer)

VC4 connection: StatusDatapoint from Layer

Confirm

BOOL

Confirms the operation

VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1

Cancel

BOOL

Cancels the operation

VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1

 

ui_usermgruiimportdlgtype