Click or drag to resize

SubmitType Enumeration

Flags to change submit behavior.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum SubmitType
Members
  Member nameValueDescription
SubmitUnchanged0 All open files are submitted (default).
RevertUnchanged1 Files that have content or type changes are submitted. Unchanged files are reverted.
LeaveUnchanged2 Files that have content or type changes are submitted. Unchanged files are moved to the default changelist.
See Also