FakeFileExtensions.

Hide(FakeFile) Method

Summary

Hides the specified file.
Namespace
Cake.Testing
Containing Type
FakeFileExtensions

Syntax

public static FakeFile Hide(this FakeFile file)

Parameters

Name Type Description
file FakeFile The file.

Return Value

Type Description
FakeFile The same FakeFile instance so that multiple calls can be chained.