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)

Syntax

'Declaration
Public Property RemoveUnparentedCloaks As Boolean
public bool RemoveUnparentedCloaks { get; set; }
public:
property bool RemoveUnparentedCloaks {
    bool get ();
    void set (bool value);
}
member RemoveUnparentedCloaks : bool with get, set
function get RemoveUnparentedCloaks () : boolean 
function set RemoveUnparentedCloaks (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

UpdateWorkspaceParameters Class

Microsoft.TeamFoundation.VersionControl.Client Namespace