Flags for the unlock command.

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

Syntax

C#
[FlagsAttribute]
public enum UnlockFilesCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration UnlockFilesCmdFlags
Visual C++
[FlagsAttribute]
public enum class 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