[This is preliminary documentation and is subject to change.]

Flags for the integrated command.

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

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