Summary
Gets a value indicating whether this
IFileSystemInfo
is hidden.
- Namespace
- Cake
.Testing - Containing Type
- FakeFile
Syntax
public bool Hidden { get; internal set; }
Value
Type | Description |
---|---|
bool |
true if the entry is hidden; otherwise, false .
|