TeamFoundationFileContainerService Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationFileContainerService

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

Syntax

'Declaration
Public NotInheritable Class TeamFoundationFileContainerService _
    Implements ITeamFoundationService
public sealed class TeamFoundationFileContainerService : ITeamFoundationService
public ref class TeamFoundationFileContainerService sealed : ITeamFoundationService
[<Sealed>]
type TeamFoundationFileContainerService =  
    class 
        interface ITeamFoundationService 
    end
public final class TeamFoundationFileContainerService implements ITeamFoundationService

The TeamFoundationFileContainerService type exposes the following members.

Constructors

  Name Description
Public method TeamFoundationFileContainerService

Top

Methods

  Name Description
Public method CopyFiles
Public method CopyFolder
Public method CreateContainer
Public method CreateItems
Public method DeleteContainer
Public method DeleteItems
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetContainer
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method QueryContainers(TeamFoundationRequestContext)
Public method QueryContainers(TeamFoundationRequestContext, IList<Uri>)
Public method QueryItems
Public method RenameFiles
Public method RenameFolder
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UploadFile

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceStart

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace