This documentation is archived and is not being maintained.
ExtendedItem Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
The ExtendedItem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangeEx | List of change types being made to the item in the workspace |
![]() | ChangeTypeOld | Used to return pending change bits for the v1.0 clients after removing the non-compatible bits. |
![]() | CheckinDate | Last modification timestamp of the item. |
![]() | DeletionId | Deletion ID of the latest version (tip) of the item. |
![]() | Encoding | The encoding of the item. |
![]() | HasOtherPendingChange | True if the items has a pending change in another workspace. |
![]() | IsBranch | Where the item is defined as a branch object in the system. |
![]() | ItemId | The item's ID. Used to retrieve file contents |
![]() | ItemType | This tells the client the type of item being referenced. |
![]() | LocalItem | The path where the client has the item. Null if the client does not have the item or it is an acknowleged pending delete. |
![]() | LockOwner | Name of the user who holds the lock on this item (if any). |
![]() | LockOwnerDisplayName | Display name of the user who holds the lock on this item (if any). |
![]() | LockStatus | Specifies the new lock level of the item. |
![]() | PropertyValues | The list of properties associated with this object. |
![]() | SourceServerItem | Repository path of this item (e.g. $/Sample/MyFile.cs) at VersionLatest. If the item has a pending rename, this reflects the original name. |
![]() | TargetServerItem | Repository path of this item (e.g. $/Sample/MyFile.cs) at VersionLatest except when the item has a pending rename, in which case this reflects the target name. |
![]() | VersionLatest | True if this is the tip version. |
![]() | VersionLocal | The version number of this item as a changeset number. |
| 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.) |
![]() | GetCachedSize | Average size in bytes of the item. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
