FabricationConfiguration.CanUnloadItemFiles
Method
Description:
Checks if the fabrication item files are already in use and should not be unloaded.
Checks if the fabrication item files are already in use and should not be unloaded.
Parameters
| Parameter | Type | Description |
|---|---|---|
| itemFiles | IList | The fabrication item files to unload. |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if the fabrication item files can be unloaded, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |