Flags to change submit behavior.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum SubmitType
<FlagsAttribute>
Public Enumeration SubmitType
[FlagsAttribute]
public enum class SubmitType
[<FlagsAttribute>]
type SubmitType
Members
| Member name | Value | Description |
---|
| SubmitUnchanged | 0 |
All open files are submitted (default).
|
| RevertUnchanged | 1 |
Files that have content or type changes
are submitted. Unchanged files are
reverted.
|
| LeaveUnchanged | 2 |
Files that have content or type changes
are submitted. Unchanged files are moved
to the default changelist.
|
See Also