Click or drag to resize

EditFilesCmdFlags Enumeration

Flags for the edit command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum EditFilesCmdFlags
Members
  Member nameValueDescription
None0 No flags.
PreviewOnly1 The -n flag, previews the operation without changing any files or metadata.
ServerOnly2 The -k flag, updates metadata without transferring files to the workspace.
StreamEdit3
See Also