Deploy Configuration Task
From a folder, retrieves all configuration xml files to calculate the configuration items to insert, update or delete.
Examples
**<DeployConfigurationTask Identifier="Configuration" DisplayName_L1="Configuration" ConfigurationDirectory="C:/identitymanager/Conf"/>**
Properties
| Property | Details |
|---|---|
| ConfigurationDirectory required | Type String Description Directory of the configuration to import |
| DisplayName_L1 required | Type String Description Display name of the task in language 1 (up to 16). |
| GeneratedCodeNamespace optional | Type String Description The namespace of the generated code (entities + writer). |
| GeneratedCodePath optional | Type String Description The path of the generated code (entities + writer). |
| GeneratedFile optional | Type String Description The path of the xml file in which all the configuration is generated by the scaffoldings. |
| Identifier optional | Type String Description Unique identifier of the task. |