Share via


UpdateWorkspaceParameters.Folders Property

If set, the working folders (mappings) of the workspace will be replaced with these working folders.

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

Syntax

'Declaration
Public Property Folders As WorkingFolder()
public WorkingFolder[] Folders { get; set; }
public:
property array<WorkingFolder^>^ Folders {
    array<WorkingFolder^>^ get ();
    void set (array<WorkingFolder^>^ value);
}
member Folders : WorkingFolder[] with get, set
function get Folders () : WorkingFolder[]
function set Folders (value : WorkingFolder[])

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder[]
The working folders of the workspace.

.NET Framework Security

See Also

Reference

UpdateWorkspaceParameters Class

Microsoft.TeamFoundation.VersionControl.Client Namespace