[This is preliminary documentation and is subject to change.]
Flags to change submit behavior.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
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. |