tagTypeMigrationRequest
Namespace: |
(default namespace) |
XML Schema: |
ns1.xsd |
Tag Type Migration Request
XML
Elements
name (type) |
min/max occurs |
description |
enabledPostProcessors (migrationPostProcessor)
|
0/unbounded |
Returns the list of enabled post processors that were specified for this migration request
|
mappings (tagTypeMigrationMapping)
|
0/unbounded |
Return the list of TagTypeMigrationMapping
|
type (string)
|
0/1 |
Return the type of the objects. This can either be 'page','template' or 'objtagdef'
|
objectIds (int)
|
0/unbounded |
Returns the list of object ids
|
JSON
property |
type |
description |
enabledPostProcessors |
array of enabledPostProcessors (migrationPostProcessor)
|
Returns the list of enabled post processors that were specified for this migration request
|
mappings |
array of mappings (tagTypeMigrationMapping)
|
Return the list of TagTypeMigrationMapping
|
type |
type (string)
|
Return the type of the objects. This can either be 'page','template' or 'objtagdef'
|
objectIds |
array of objectIds (int)
|
Returns the list of object ids
|