This documentation is archived and is not being maintained.

CreateWorkspaceParameters::RemoveUnparentedCloaks Property

If true, any cloaks in the initial working folders (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 any cloaks in the initial working folders (this.Folders) which are not parented by a mapping are removed silently; otherwise, False.

Show: