This documentation is archived and is not being maintained.

Workspace::Cloak Method

Marks a file or folder in the version-control repository as being excluded from this workspace.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
void Cloak(
	String^ serverPath
)

Parameters

serverPath
Type: System::String

The server path of the folder that is being excluded.

Show: