TeamFoundationFileContainerService.CopyFolder Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function CopyFolder ( _
    requestContext As TeamFoundationRequestContext, _
    containerId As Long, _
    folderSourcePath As String, _
    folderTargetPath As String _
) As List(Of ContainerItem)
public List<ContainerItem> CopyFolder(
    TeamFoundationRequestContext requestContext,
    long containerId,
    string folderSourcePath,
    string folderTargetPath
)
public:
List<ContainerItem^>^ CopyFolder(
    TeamFoundationRequestContext^ requestContext, 
    long long containerId, 
    String^ folderSourcePath, 
    String^ folderTargetPath
)
member CopyFolder : 
        requestContext:TeamFoundationRequestContext * 
        containerId:int64 * 
        folderSourcePath:string * 
        folderTargetPath:string -> List<ContainerItem> 
public function CopyFolder(
    requestContext : TeamFoundationRequestContext, 
    containerId : long, 
    folderSourcePath : String, 
    folderTargetPath : String
) : List<ContainerItem>

Parameters

Return Value

Type: System.Collections.Generic.List<ContainerItem>

.NET Framework Security

See Also

Reference

TeamFoundationFileContainerService Class

Microsoft.TeamFoundation.Framework.Server Namespace