Flags for the integrated command.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
[FlagsAttribute]
public enum GetSubmittedIntegrationsCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration GetSubmittedIntegrationsCmdFlags
Visual C++
[FlagsAttribute]
public enum class GetSubmittedIntegrationsCmdFlags

Members

Member nameValueDescription
None0 No flags.
ReverseMappings1 The -r flag reverses the mappings in the branch view, swapping the target files and source files. The -b branch flag is required.

See Also