Class RecipeImportOptionsDto
Optional behaviour flags for an import run.
Inherited Members
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Model
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public class RecipeImportOptionsDto
Constructors
RecipeImportOptionsDto()
Declaration
public RecipeImportOptionsDto()
Fields
overwriteExisting
Declaration
public bool overwriteExisting
Field Value
| Type | Description |
|---|---|
| bool | When true, existing assets at a target path are updated in place; idempotency is preserved regardless. |
stopOnFirstError
Declaration
public bool stopOnFirstError
Field Value
| Type | Description |
|---|---|
| bool | Reserved: when true, the run reports the first blocking error and stops. Currently informational. |