This documentation is archived and is not being maintained.

QueryHistoryParameters::SlotMode Property

If this property is false, then the (Item, ItemVersion, DeletionId) tuple is resolved to an item ID and the history is performed on that item ID, tracking across renames. If this property is true, then the tuple is not resolved. Instead, all changesets which have an item with the name Item (or underneath it, if the query is recursive), are returned. That is, the query is on a particular "namespace slot" (slot mode) instead of on a particular item.

This property defaults to true.

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

public:
property bool SlotMode {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if the tuple is not resolved; otherwise, False.

Show: