Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Array of this workspace's working folder mappings that are guaranteed to be up to date with what is in the database.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function GetUpToDateFolders ( _
requestContext As TeamFoundationRequestContext _
) As List(Of WorkingFolder)
public List<WorkingFolder> GetUpToDateFolders(
TeamFoundationRequestContext requestContext
)
public:
List<WorkingFolder^>^ GetUpToDateFolders(
TeamFoundationRequestContext^ requestContext
)
member GetUpToDateFolders :
requestContext:TeamFoundationRequestContext -> List<WorkingFolder>
public function GetUpToDateFolders(
requestContext : TeamFoundationRequestContext
) : List<WorkingFolder>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return 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.