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