ARExportToFile
Privileges
For filters, escalations, character menus, and distributed mappings, this operation can be performed only by users with AR System administrator privileges. For forms, containers, and active links, this operation can be performed by users with access permission for the specified structure. Access to groupList information for these structures is limited to users with AR System administrator privileges.
Synopsis
#include "arerrno.h"
#include "arextern.h"
#include "arstruct.h"
int ARExportToFile(
ARControlStruct *control,
ARStructItemList *structItems,
ARNameType displayTag,
unsigned int vuiType,
ARWorkflowLockStruct *lockinfo,
FILE *filePtr,
ARStatusList *status)
Input arguments
control
The control record for the operation. It contains information about the user requesting the operation, where that operation is to be performed, and which session is used to perform it. The user and server fields are required.
structItems
A list of zero or more structure items to export (identified by type and name). See Importing-and-exporting-and-structures.
displayTag
The label of the form view (VUI) to export. You must specify this parameter to export a particular view (AR_STRUCT_ITEM_SCHEMA_VIEW). If the specified view does not exist (or you specify NULL for this value), the system exports the default view. The system exports the first view in the list if the form does not have a default view.
vuiType
The type of VUI to export.
lockInfo
To export objects as locked, you must supply this parameter. If exporting in unlocked mode, you can set this to NULL.
The values consist of a lock type and lock key. Valid values for the lock type are:
Lock key is a string that is to be used as a key (or a password) to enforce the locking.
filePtr
A pointer to the export file to be created in the system.
Return values
status
A list of zero or more notes, warnings, or errors generated from a call to this function. For a description of all possible values, see Error-checking.