Skip to content
logoBack to home screen

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.

Write to Resource

PropertyDescription
Resource Base NameName of your resource file. If you do not provide a name, the default name assembly is used.
Encoding TypeFile type of your resource.
Pretty OutputBoolean flag influencing whether the output is formatted with XML tags in new lines, indentation, etc.
Stabilize OrderBoolean flag influencing whether the order of collections is sorted. This comes in handy when you compare different resource files.
Write Empty PropertiesBoolean flag influencing whether null values are exported.

Read from Resource

PropertyDescription
LenientBoolean 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

PropertyDescription
NameName of your exchange package. If you do not provide a name, the default name exchange-package-accessid-date is used.
DescriptionDescription of your exchange package.

Exchange Package - Export and Write

PropertyDescription
NameName of your exchange package. If you do not provide a name, the default name exchange-package-accessid-date is used.
DescriptionDescription of your exchange package.
Pretty OutputBoolean flag influencing whether the output is formatted with XML tags in new lines, indentation, etc.
Stabilize OrderBoolean flag influencing whether the order of collections is sorted. This comes in handy when you compare different resource files.
Write Empty PropertiesBoolean flag influencing whether null values are exported.

Exchange Package - Read

PropertyDescription
LenientBoolean 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

PropertyDescription
Create Shallow Instance For Missing ReferencesBoolean flag influencing whether to create shallow entities for missing references(with a globalId only) or ignore them.
Include EnvelopeBoolean 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 IDBoolean 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 SessionBoolean flag influencing whether to use the system session for the import.

Exchange Package - Read and Import

PropertyDescription
LenientBoolean 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 ReferencesBoolean flag influencing whether to create shallow entities for missing references(with a globalId only) or ignore them.
Include EnvelopeBoolean 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 IDBoolean 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.