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)

Syntax

'Declaration
Public Property SlotMode As Boolean
public bool SlotMode { get; set; }
public:
property bool SlotMode {
    bool get ();
    void set (bool value);
}
member SlotMode : bool with get, set
function get SlotMode () : boolean 
function set SlotMode (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

QueryHistoryParameters Class

Microsoft.TeamFoundation.VersionControl.Client Namespace