Importing/Exporting Assemblies in Control Center
You can use Control Center to import and export assemblies.
For more information on each of the following actions, see Importing/Exporting Assemblies.
On this page
Write to Resource
Property | Description |
---|---|
Resource Base Name | Name of your resource file. If you do not provide a name, the default name assembly is used. |
Encoding Type | File type of your resource. |
Pretty Output | Boolean flag influencing whether the output is formatted with XML tags in new lines, indentation, etc. |
Stabilize Order | Boolean flag influencing whether the order of collections is sorted. This comes in handy when you compare different resource files. |
Write Empty Properties | Boolean flag influencing whether null values are exported. |
Read from Resource
Property | Description |
---|---|
Lenient | Boolean flag influencing whether reading an assembly fails when it contains unknown properties or entities of unknown types. If checked, unknown instances/values are ignored. |
Exchange Package - Export
Property | Description |
---|---|
Name | Name of your exchange package. If you do not provide a name, the default name exchange-package-accessid-date is used. |
Description | Description of your exchange package. |
Exchange Package - Export and Write
Property | Description |
---|---|
Name | Name of your exchange package. If you do not provide a name, the default name exchange-package-accessid-date is used. |
Description | Description of your exchange package. |
Pretty Output | Boolean flag influencing whether the output is formatted with XML tags in new lines, indentation, etc. |
Stabilize Order | Boolean flag influencing whether the order of collections is sorted. This comes in handy when you compare different resource files. |
Write Empty Properties | Boolean flag influencing whether null values are exported. |
Exchange Package - Read
Property | Description |
---|---|
Lenient | Boolean flag influencing whether reading an assembly fails when it contains unknown properties or entities of unknown types. If checked, unknown instances/values are ignored. |
Exchange Package - Import
Property | Description |
---|---|
Create Shallow Instance For Missing References | Boolean flag influencing whether to create shallow entities for missing references(with a globalId only) or ignore them. |
Include Envelope | Boolean flag influencing whether to import the ExchangePayload instance, or just the content. When you import resources into tribefire, they are packaged in entity type ExchangePayload . This is what we call an envelope. |
Requires Global ID | Boolean flag influencing whether to fail when you want to import entities which have no globalId property. Prior to the actual import, the system checks if an entity is already in your system based on the globalId property. If it is, it is not added again, but updated. If an entity you are importing has no globalId , it might be a problem if you want to import it multiple times. |
Use System Session | Boolean flag influencing whether to use the system session for the import. |
Exchange Package - Read and Import
Property | Description |
---|---|
Lenient | Boolean flag influencing whether reading an assembly fails when it contains unknown properties or entities of unknown types. If checked, unknown instances/values are ignored. |
Create Shallow Instance For Missing References | Boolean flag influencing whether to create shallow entities for missing references(with a globalId only) or ignore them. |
Include Envelope | Boolean flag influencing whether to import the ExchangePayload instance, or just the content. When you import resources into tribefire, they are packaged in entity type ExchangePayload . This is what we call an envelope. |
Requires Global ID | Boolean flag influencing whether to fail when you want to import entities which have no globalId property. Prior to the actual import, the system checks if an entity is already in your system based on the globalId property. If it is, it is not added again, but updated. If an entity you are importing has no globalId , it might be a problem if you want to import it multiple times. |