UploadPauseReason Enumeration

 

Provides the reasons that an IAttachmentUploadEntry could be paused.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public enum UploadPauseReason
public enum class UploadPauseReason
type UploadPauseReason
Public Enumeration UploadPauseReason

Members

Member name Description
FileLock

The attachment file is locked.

User

The upload has been paused by the user in the user interface (UI).

See Also

IAttachmentUploadEntry
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top