ARGetVUIFromXML


Description

This function retrieves information about a form view from an XML document.

Related topic

Privileges

All users.

Synopsis

#include "arextern.h"

int ARGetVUIFromXML(
  ARControlStruct *control,
  ARXMLParsedStream *parsedStream,
  ARNameType *schemaName,
  ARNameType appBlockName,
  ARVuiInfoList vuiInfoList,
  ARFieldInfoList fieldInfoList,
  ARTimestamp *modifiedDate,
  unsigned int *arDocVersion,
  ARStatusList *status)

Input arguments

control

The control record for the operation. It contains information about the user requesting the operation, where that operation must be performed, and the session used to perform it. The usersessionId, and server fields are required.

parsedStream

The parsed XML stream.

schemaName

The name of the view. Each view name must be unique.

appBlockName

For a deployable application, this is the application block name of the view.

Return values

vuiInfoList

The list of schema views.

fieldInfoList

The list of view fields.

modifiedDate

The date that the view was last modified.

arDocVersion

The version of the XML document.

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.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Helix Innovation Suite 25.3