EditFilesCmdFlags Enumeration
|
Flags for the edit command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum EditFilesCmdFlags
<FlagsAttribute>
Public Enumeration EditFilesCmdFlags
[FlagsAttribute]
public enum class EditFilesCmdFlags
[<FlagsAttribute>]
type EditFilesCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| PreviewOnly | 1 |
The -n flag, previews the operation without changing any files or
metadata.
|
| ServerOnly | 2 |
The -k flag, updates metadata without transferring files to the
workspace.
|
| StreamEdit | 3 | |
See Also