EditFilesCmdFlags Enumeration
|
Flags for the edit command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2018.4.174.677 (2018.4.174.0677)
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.
|
See Also