CheckedOutFilesQuery |
The class that represents information to filter checked out files.
|
CheckedOutFilesSearchException |
Thrown when an error is encountered when searching checked out files.
|
RepositoryCheckinSpecification |
The class that represents the method to generate a new version for a repository file is generated or what the new
version number is.
|
RepositoryContainer |
The abstract base class for all repository containers.
|
RepositoryContext |
The class that represents a context within the repository hierarchy.
|
RepositoryException |
The root of the hierarchy of all checked repository exceptions.
|
RepositoryFile |
The class that represents a file that is stored in the repository.
|
RepositoryFile.SigningStatus |
Describes the overall signature status of the file.
|
RepositoryFileInfo |
The class that represents the latest repository file information that is related to synchronization state.
|
RepositoryFileVersionInfo |
The class that represents the repository metadata information about a specific version of a file that is stored in
the repository.
|
RepositoryFolder |
The class that represents a folder that is the repository.
|
RepositoryItem |
The abstract base class for all repository items.
|
RepositoryItem.State |
|
RepositoryItem.Syncable |
Syncable enumeration that controls the workspace synchronization behavior for a specific repository item.
|
RepositoryItemCheckinException |
Thrown when an attempt is made to check in a file that is not checked out.
|
RepositoryItemCheckoutException |
Thrown when attempt is made to check out a repository file that is currently checked out.
|
RepositoryItemCopyException |
The class that represents a repository item that cannot be copied as requested.
|
RepositoryItemDeleteException |
The class that represents a repository item that cannot be deleted.
|
RepositoryItemException |
The root of the hierarchy of all checked repository item exceptions.
|
RepositoryItemExistsException |
Thrown when an attempt is made to create a repository item and an item by that name currently exists.
|
RepositoryItemLockException |
Thrown when there is an issue when locking the file at the specified path.
|
RepositoryItemMoveException |
The class that represents a repository item that cannot be moved.
|
RepositoryItemNotFoundException |
Thrown when the specified repository item is not found.
|
RepositoryItemRuntimeException |
The root of the hierarchy of all runtime repository item exceptions.
|
RepositoryItemUndoCheckoutException |
Thrown when the specified repository file is not checked out, so the checkout cannot be reversed.
|
RepositoryItemUnlockException |
Thrown when there is an issue when unlocking the file at the specified path.
|
RepositoryItemUpdateException |
Thrown when a repository item cannot be updated.
|
RepositoryItemVersioningException |
Thrown when an attempt is made to create a new version of an unversioned file.
|
RepositoryRuntimeException |
The root of the hierarchy of all runtime repository exceptions.
|
RepositorySearchException |
Thrown when an error occurred searching the repository.
|
RepositorySearchResults |
The class that represents the results of a repository search based on a search query.
|
RepositorySharedFolder |
Shared folder representation within the repository.
|
RepositoryStateChangeResult |
The class that represents the results of setting the state of a repository context.
|
RunHealthStatus |
Job run health status indicates whether a job is up-to-date since the last
successful run.
|
SearchQuery |
The class that represents the information to search for repository items.
|
SynchronizationFileInfo |
The class that represents the information about a repository file when it was synchronized to the workspace.
|
SynchronizationInfo |
The class that represents the information about the synchronization state between the file that is located in the
workspace and the file that is located in the repository.
|
SynchronizationInfo.CheckoutStatus |
The enumeration that describes the checkin status of the file.
|
SynchronizationInfo.FileStatus |
The enumeration that describes the location in which the file exists.
|
SynchronizationInfo.SynchronizationStatus |
The enumeration that describes whether the file has been synchronized between the workspace and repository.
|
VersionDeleteInfo |
The class that represents the status of a deleted version when calling
deleteVersions .
|
VersionDeleteInfo.DeleteStatus |
The status of a deleted version of a file.
|
VersionLimits |
The class that represents the version retention limits for versioned files.
|
VersionType |
The next logical version type that is generated when creating or checking in a new version of a file.
|
WorkspaceFileInfo |
Provides the latest workspace file information that is related to synchronization state.
|