This documentation is archived and is not being maintained.

Workstation.GetLocalItemExclusions Method

Returns the set of local item exclusions for this user on this computer.

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

public function GetLocalItemExclusions(
	sourceControl : VersionControlServer
) : String[]

Parameters

sourceControl
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer

The source control repository.

Return Value

Type: System.String[]
The set of local item exclusions for this user on this computer.

Show: