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