Developer API
|
enumFileExportLocation
List of enumFileExportLocation
| Name | Description |
| None | Do not export the file. |
| Embedded | Embed the file directly into the assembly or package. |
| Sidecar | Export the file as a sidecar file beside the main artifact. |
| Both | Export the file both as an embedded resource and as a sidecar file. |
|