Table of Contents

Class DirectoryNotExistsAttribute

Namespace
McMaster.Extensions.CommandLineUtils
Assembly
McMaster.Extensions.CommandLineUtils.dll

Specifies that the data must not be an already existing directory, not a file.

[AttributeUsage(AttributeTargets.Property)]
public sealed class DirectoryNotExistsAttribute : FilePathNotExistsAttributeBase
Inheritance
object
Attribute
ValidationAttribute
DirectoryNotExistsAttribute

Constructors

DirectoryNotExistsAttribute()

Initializes an instance of DirectoryNotExistsAttribute.

public DirectoryNotExistsAttribute()