Flags to change submit behavior.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
[FlagsAttribute] public enum SubmitType |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration SubmitType |
| Visual C++ |
|---|
[FlagsAttribute] public enum class 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. |