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