This documentation is archived and is not being maintained.
Item Class
Visual Studio 2013
Represents an item as returned by the QueryItems command.
System::Object
Microsoft.TeamFoundation.VersionControl.Server::Item
Microsoft.TeamFoundation.VersionControl.Server::WorkspaceItem
Microsoft.TeamFoundation.VersionControl.Server::Item
Microsoft.TeamFoundation.VersionControl.Server::WorkspaceItem
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
The Item type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Attributes | Attributes |
![]() | ChangesetId | The version number of this item as a changeset number. |
![]() | CheckinDate | Last modification timestamp of the item. |
![]() | DeletionId | Since more than one deleted item may exist with the same ServerItem name, this is used to uniquely identify deleted items. ServerItem + DeletionId is guaranteed to be unique for all items. |
![]() | DownloadUrl | Returns the download URL fragment of the file to download. |
![]() | Encoding | |
![]() | FileLength | Length of item, if applicable. |
![]() | HashValue | MD5 of item, if applicable. |
![]() | IsBranch | Where the item is defined as a branch object in the system. |
![]() | IsContentDestroyed | |
![]() | IsFolder | |
![]() | ItemId | The item's ID. Used to retrieve file contents. |
![]() | ItemType | This tells the client the type of item being referenced. |
![]() | Properties | Obsolete. Properties |
![]() | PropertyValues | Properties |
![]() | SequenceId | |
![]() | ServerItem | Repository path of this item (e.g. $/Sample/MyFile.cs). |
![]() | TimeZone | The timezone name in effect on the checkin date. |
![]() | TimeZoneOffset | The timezone offset in effect on the checkin date. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetArtifactSpec | |
![]() | GetCachedSize | Average size in bytes of the item. |
![]() | GetDownloadUrlCount | |
![]() | GetFileId | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHashValue | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetDownloadUrl | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
