Method CreateAssetInActiveDirectory
CreateAssetInActiveDirectory(string, params IBuildComponent[])
Create a new build configuration asset saved to disk, in the active directory, and focus it for renaming.
Declaration
public static void CreateAssetInActiveDirectory(string name, params IBuildComponent[] components)
Parameters
Type | Name | Description |
---|---|---|
string | name | The asset name. |
IBuildComponent[] | components | Build components to add to the new build configuration asset. |
Remarks
If a build configuration asset is set as the current active object of selection, it will be added to the build configuration dependencies.