---
title: "Transform config file"
---
Applies a transform to an XML or JSON .NET config file.
DotNet::Transform-Config(
	BaseConfig: <text>,
	TransformConfig: <text>,
	[Target: <text>],
	[ConfigType: <integer>]
);
| Name | Format | Script Usage | Usage Notes | 
|---|---|---|---|
| ☆ Config file to transform | text | BaseConfig | This argument is required. | 
| ☆ Transform file | text | TransformConfig | This argument is required. | 
| Target | text | Target | Value note: "overwrite source". | 
| Config file type | integer | ConfigType | Default value is "Auto". |