Flags to change submit behavior.

Namespace: Perforce.P4
Assembly: 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 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