Edit

FileDiffParams Class

Definition

Provides parameters that describe inputs for the file diff

[System.Runtime.Serialization.DataContract]
public class FileDiffParams
type FileDiffParams = class
Public Class FileDiffParams
Inheritance
FileDiffParams
Attributes

Remarks

Note that this type is used as input to the FileDiffs API (GitFileDiffsController) And it is different from the existing legacy type: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.FileDiffParameters

Constructors

FileDiffParams()

Properties

OriginalPath

Original path of the file

Path

Current path of the file

Applies to