FileDiffParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |