This documentation is archived and is not being maintained.

UpdateWorkspaceParameters::RemoveUnparentedCloaks Property

If true, any cloaks in the working folders set (this.Folders) which are not parented by a mapping are removed silently.

The default value is false.

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

public:
property bool RemoveUnparentedCloaks {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the unparented cloaks are removed; otherwise, false.

Show: