Flags for the integrated command.

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

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