WorkItemServer Class

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Proxy.WorkItemServer

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class WorkItemServer
[CLSCompliantAttribute(false)]
public class WorkItemServer
[CLSCompliantAttribute(false)]
public ref class WorkItemServer
[<CLSCompliantAttribute(false)>]
type WorkItemServer =  class end
public class WorkItemServer

The WorkItemServer type exposes the following members.

Properties

  Name Description
Public property MaxAttachmentSize
Public property WorkItemServerVersion

Top

Methods

  Name Description
Public method BulkUpdate
Public method DownloadFile
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetChangedWorkItemIds
Public method GetDestroyedWorkItemIds
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetMetadata
Public method GetMetadataEx
Public method GetMetadataEx2
Public method GetReferencingWorkitemUris
Public method GetStoredQueries
Public method GetStoredQuery
Public method GetStoredQueryItemAccessControlList
Public method GetStoredQueryItems
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetWorkItem
Public method GetWorkItemIdsForArtifactUris
Public method GetWorkItemLinkChanges
Public method GetWorkitemTrackingVersion
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member NewRequestId
Public method PageWorkitemsByIdRevs
Public method PageWorkitemsByIds
Public method QueryLinkedWorkitems
Public method QueryWorkitemCount
Public method QueryWorkitemRevisions
Public method QueryWorkitems
Public method RequestCancel
Public method StampWorkitemCache
Public method SyncBisGroupsAndUsers
Public method SyncExternalStructures
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Update
Public method UpdateMaxAttachmentSize
Public method UploadFile
Protected method UploadFileInternal

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.WorkItemTracking.Proxy Namespace