# ExportPackageParameters

> Export package parameters.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.AssetPackage](/engine/6000.6/script-reference/unityeditor/assetpackage.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct ExportPackageParameters
```

## Remarks

To export a signed package, make sure the `OwnerOrgId` string isn't empty. For more information, refer to [Identify the organization ID](https://docs.unity.com/en-us/cloud/organizations/identify-organization-id.md).

## Constructors

| Constructor                                                                                                                                                                                                                                                              | Description                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| [ExportPackageParameters(System.String,System.String,System.String,UnityEditor.ExportPackageOptions)](/engine/6000.6/script-reference/unityeditor/assetpackage/exportpackageparameters/ctor.md#exportpackageparameters\(string-string-string-exportpackageoptions\))     | A list of parameters for the export operation. |
| [ExportPackageParameters(System.String\[\],System.String,System.String,UnityEditor.ExportPackageOptions)](/engine/6000.6/script-reference/unityeditor/assetpackage/exportpackageparameters/ctor.md#exportpackageparameters\(string-string-string-exportpackageoptions\)) | A list of parameters for the export operation. |

## Properties

| Property                                                                                                             | Description                                       |
| -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| [AssetPathNames](/engine/6000.6/script-reference/unityeditor/assetpackage/exportpackageparameters/assetpathnames.md) | An array of asset paths to export.                |
| [FileName](/engine/6000.6/script-reference/unityeditor/assetpackage/exportpackageparameters/filename.md)             | The output file name for the exported package.    |
| [Flags](/engine/6000.6/script-reference/unityeditor/assetpackage/exportpackageparameters/flags.md)                   | Options for how Unity exports a package.          |
| [OwnerOrgId](/engine/6000.6/script-reference/unityeditor/assetpackage/exportpackageparameters/ownerorgid.md)         | The ID of the organization that owns the package. |
