Class DirectoryNotExistsAttribute
Specifies that the data must not be an already existing directory, not a file.
Inheritance
System.Object
System.Attribute
System.ComponentModel.DataAnnotations.ValidationAttribute
DirectoryNotExistsAttribute
Inherited Members
Namespace: McMaster.Extensions.CommandLineUtils
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class DirectoryNotExistsAttribute : FilePathNotExistsAttributeBase
Constructors
| Improve this Doc View SourceDirectoryNotExistsAttribute()
Initializes an instance of DirectoryNotExistsAttribute.
Declaration
public DirectoryNotExistsAttribute()