Property | Type | Description | |
---|---|---|---|
Action | SourceControlAction | ||
Data | string | ||
IsText | bool | ||
LastModifiedTime | DateTime? | ||
LocalFileName | string | ||
OriginalServerFileName | string | ||
Revision | int | ||
ServerFileName | string |
Method | Description | |
---|---|---|
ChangeFile ( string serverFileName, SourceControlAction action, int revision, bool isText ) : System |
Trivial constructor.
|
public ChangeFile ( string serverFileName, SourceControlAction action, int revision, bool isText ) : System | ||
serverFileName | string | The file name inside the source control. |
action | SourceControlAction | The action (ADD, EDIT, DELETE). |
revision | int | The revision of the checked out file (0 if add). |
isText | bool | True if this is a text file. |
return | System |