Click or drag to resize

UnlockFilesCmdFlags Enumeration

Flags for the unlock command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum UnlockFilesCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Force1 By default, files can be unlocked only by the changelist owner. The -f flag enables you to unlock files in changelists owned by other users. The -f flag requires 'admin' access, which is granted by 'p4 protect'.
See Also