Loads XML in order to create forms, items, menus, and matrix columns in a single API call.
Define the forms, items, menus, and matrix columns by created an XML file based on the schema described in Adding Forms with XML.
| Visual Basic |
|---|
Public Sub LoadBatchActions( _
   ByRef XmlStr As String _
) |
- XmlStr
The XML that specifies the actions to perform
The UI API currently supports adding forms, items, menus, and matrix columns in batch operation.Â
| Loading a form from XML (Visual Basic) | Copy Code | |
|---|---|---|
| ||