Click or drag to resize

FileAction Enumeration

Describes the pending or completed action related to open, resolve, or integration for a specific file.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public enum FileAction
Members
  Member nameValueDescription
None0 None.
Add1 Opened for add.
Branch2 Opened for branch.
Edit3 Opened for edit.
Integrate4 Opened for integrate.
Delete5 File has been deleted.
DeleteFrom6 file was integrated from partner-file, and partner-file had been previously deleted.
DeleteInto7 file was integrated into partner-file, and file had been previously deleted.
Sync8 File has been synced.
Updated9 File has been updated.
Added10 File has been added.
AddInto11 file was integrated into previously nonexistent partner-file, and partner-file was reopened for add before submission.
Refreshed12 File has been refreshed.
Ignored13 File was integrated from partner-file, accepting yours.
IgnoredBy14 File was integrated into partner-file, accepting yours.
Abandoned15 File has been abandoned.
EditIgnored16 None.
Move17 File is opened for move.
MoveAdd18 File has been added as part of a move.
MoveDelete19 File has been deleted as part of a move.
MovedFrom20 File was integrated from partner-file, accepting theirs and deleting the original.
MovedInto21 File was integrated into partner-file, accepting merge.
Unresolved22 File has not been resolved.
CopyFrom23 File was integrated from partner-file, accepting theirs.
CopyInto24 File was integrated into partner-file, accepting theirs.
MergeFrom25 File was integrated from partner-file, accepting merge.
MergeInto26 File was integrated into partner-file, accepting merge.
EditFrom27 file was integrated from partner-file, and file was edited within the p4 resolve process. This allows you to determine whether the change should ever be integrated back; automated changes (merge from) needn't be, but original user edits (edit from) performed during the resolve should be.
EditInto28 File was integrated into partner-file, and partner-file was reopened for edit before submission.
Purge29 File was purged.
Import30 File was imported.
BranchFrom31 File did not previously exist; it was created as a copy of partner-file.
BranchInto32 Partner-file did not previously exist; it was created as a copy of file.
Reverted33 File was reverted.
Archive34 File was archived.
See Also