This documentation is archived and is not being maintained.

Workstation.SetLocalItemExclusions Method

Overwrites the list of local item exclusions with the list passed in.

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

public function SetLocalItemExclusions(
	sourceControl : VersionControlServer, 
	exclusions : String[]
)

Parameters

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

The server to set these exclusions for.

exclusions
Type: System.String[]

The new exclusions.

Show: