Method CreateAssetInActiveDirectory
CreateAssetInActiveDirectory(string, Action<TContainer>)
Create a new asset instance saved to disk, in the active directory.
Declaration
public static TContainer CreateAssetInActiveDirectory(string assetName, Action<TContainer> mutator = null)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | assetName | The asset file name with extension.  | 
    
| Action<TContainer> | mutator | Optional mutator that can be used to modify the asset.  | 
    
Returns
| Type | Description | 
|---|---|
| TContainer | The new asset instance.  |