Workspace.Folders Property
Array of this workspace's working folder mappings. This property is not guaranteed to return folders that are up to date with the database. If up to date mappings are needed then GetUpToDateFolders should be called.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property Folders As List(Of WorkingFolder)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<WorkingFolder> Folders { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<WorkingFolder^>^ Folders {
List<WorkingFolder^>^ get ();
void set (List<WorkingFolder^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member Folders : List<WorkingFolder> with get, set
function get Folders () : List<WorkingFolder>
function set Folders (value : List<WorkingFolder>)
Property Value
Type: System.Collections.Generic.List<WorkingFolder>
Returns List<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.