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