[This is preliminary documentation and is subject to change.]
Flags for the submit command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
[FlagsAttribute] public enum SubmitFilesCmdFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration SubmitFilesCmdFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class SubmitFilesCmdFlags |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No flags. | |
ReopenFiles | 1 | The -r flag reopens submitted files in the default changelist after submission. | |
IncludeJobs | 2 | The -s flag extends the list of jobs to include the fix status for each job, which becomes the job's status when the changelist is committed. See 'p4 help change' for details. submission. |