This documentation is archived and is not being maintained.

DiffItemLocalFile Constructor

Initializes a new DiffItemLocalFile instance.

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

public:
DiffItemLocalFile(
	String^ fileName, 
	int encoding, 
	DateTime lastModifiedDate, 
	bool isTemporary
)

Parameters

fileName
Type: System::String

The path of the local file for which to create a diff item.

encoding
Type: System::Int32

The encoding to apply to the diff item.

lastModifiedDate
Type: System::DateTime

The date and time of the last saved changes.

isTemporary
Type: System::Boolean

True if the local file is a temporary file; otherwise, false.

Show: