tagTypeMigrationRequest element
Type: | tagTypeMigrationRequest |
Namespace: | (default namespace) |
XML Schema: | ns1.xsd |
Tag Type Migration Request
Example JSON
{
"preventTriggerEvent" : false,
"handlePagesByTemplate" : false,
"handleAllNodes" : false,
"enabledPostProcessors" : [ {
"className" : "...",
"orderId" : ...
}, ... ],
"mappings" : [ {
"fromTagTypeId" : ...,
"toTagTypeId" : ...,
"partMappings" : [ {
"fromPartId" : ...,
"toPartId" : ...,
"partMappingType" : "..."
}, ... ]
}, ... ],
"type" : "...",
"objectIds" : [ ..., ... ],
"handleGlobalPages" : false,
"handleGlobalTemplates" : false,
"handleGlobalObjTagDefs" : false,
"restrictedNodeIds" : [ ..., ... ]
}