BasePathAttribute.

MustExist Property

Summary

Must the file exist before executing the task? Defaulted to false. If this is true, and Required is false, DefaultValue can not be null.

Syntax

public bool MustExist { get; set; }

Value

Type Description
bool