Share via


TeamFoundationFileContainerService.DeleteItems Method

Deletes items from a container. If the item is a file, delete that item. If the item is a folder, deletes the folder and its child items. Only deletes listed items.

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

Syntax

'Declaration
Public Sub DeleteItems ( _
    requestContext As TeamFoundationRequestContext, _
    containerId As Long, _
    paths As IList(Of String) _
)
public void DeleteItems(
    TeamFoundationRequestContext requestContext,
    long containerId,
    IList<string> paths
)
public:
void DeleteItems(
    TeamFoundationRequestContext^ requestContext, 
    long long containerId, 
    IList<String^>^ paths
)
member DeleteItems : 
        requestContext:TeamFoundationRequestContext * 
        containerId:int64 * 
        paths:IList<string> -> unit
public function DeleteItems(
    requestContext : TeamFoundationRequestContext, 
    containerId : long, 
    paths : IList<String>
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationFileContainerService Class

Microsoft.TeamFoundation.Framework.Server Namespace