Search Results for

    Show / Hide Table of Contents

    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
    FilePathNotExistsAttributeBase
    DirectoryNotExistsAttribute
    Inherited Members
    FilePathNotExistsAttributeBase.IsValid(Object, ValidationContext)
    Namespace: McMaster.Extensions.CommandLineUtils
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property)]
    public sealed class DirectoryNotExistsAttribute : FilePathNotExistsAttributeBase

    Constructors

    | Improve this Doc View Source

    DirectoryNotExistsAttribute()

    Initializes an instance of DirectoryNotExistsAttribute.

    Declaration
    public DirectoryNotExistsAttribute()
    • Improve this Doc
    • View Source
    In This Article
    Back to top