ChangeType
No description
enum ChangeType {
ADD
MODIFY
DELETE
RENAME
COPY
}
Values
ChangeType.ADD
Add a new file to the project
ChangeType.MODIFY
Modify an existing file in the project (content and/or mode)
ChangeType.DELETE
Delete an existing file from the project
ChangeType.RENAME
Rename an existing file to a new location
ChangeType.COPY
Copy an existing file to a new location, keeping the original
Member Of
PendingChange object