templateMigrationMapping
| Namespace: | (default namespace) |
| XML Schema: | ns1.xsd |
This class is a model for a template migration mapping.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| nodeId (int) | 0/1 | The node id for this mapping. |
| editableTagMappings (templateMigrationEditableTagMapping) | 0/unbounded | |
| nonEditableTagMappings (templateMigrationNonEditableTagMapping) | 0/unbounded | |
| fromTemplateId (int) | 0/1 | |
| toTemplateId (int) | 0/1 |
JSON
| property | type | description |
|---|---|---|
| nodeId | nodeId (int) | The node id for this mapping. |
| editableTagMappings | array of editableTagMappings (templateMigrationEditableTagMapping) | |
| nonEditableTagMappings | array of nonEditableTagMappings (templateMigrationNonEditableTagMapping) | |
| fromTemplateId | fromTemplateId (int) | |
| toTemplateId | toTemplateId (int) |