Constructor FileRepoCleaningOptions
FileRepoCleaningOptions()
Initializes a new instance of the FileRepoCleaningOptions class.
Declaration
public FileRepoCleaningOptions()
FileRepoCleaningOptions(IAbsoluteDirectoryPath)
Initializes a new instance of the FileRepoCleaningOptions class with the specified base directory for the file repository to be cleaned.
Declaration
[SetsRequiredMembers]
public FileRepoCleaningOptions(IAbsoluteDirectoryPath baseDirectory)
Parameters
| Type | Name | Description |
|---|---|---|
| IAbsoluteDirectoryPath | baseDirectory | The base directory of the file repository to clean. Must be an existing repository base directory. |