Gets a value indicating whether this
IFileSystemEntry
exists.
- Namespace
- Statiq
.Common - Containing Type
- IFileSystemEntry
- Property Type
- bool
Syntax
bool Exists { get; }
Value
Type | Description |
---|---|
bool |
true if the entry exists; otherwise, false .
|