Search Results for

    Show / Hide Table of Contents

    Class FileOrDirectoryNotExistsAttribute

    Specifies that the data must not be an already existing file or directory.

    Inheritance
    System.Object
    System.Attribute
    System.ComponentModel.DataAnnotations.ValidationAttribute
    FilePathNotExistsAttributeBase
    FileOrDirectoryNotExistsAttribute
    Inherited Members
    FilePathNotExistsAttributeBase.IsValid(Object, ValidationContext)
    Namespace: McMaster.Extensions.CommandLineUtils
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property)]
    public sealed class FileOrDirectoryNotExistsAttribute : FilePathNotExistsAttributeBase

    Constructors

    | Improve this Doc View Source

    FileOrDirectoryNotExistsAttribute()

    Initializes an instance of FileOrDirectoryNotExistsAttribute.

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