LicenseCmdFlags Enumeration
|
Flags for the license command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum LicenseCmdFlags
<FlagsAttribute>
Public Enumeration LicenseCmdFlags
[FlagsAttribute]
public enum class LicenseCmdFlags
[<FlagsAttribute>]
type LicenseCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Input | 1 |
The -i flag reads a license spec from the standard input. The
user's editor is not invoked.
|
| Output | 2 |
The -o flag writes the license file to the standard output.
The user's editor is not invoked.
|
| Usage | 4 |
The -u flag reports the license limits and how many entities are in
use towards the limits.
|
| ListAddresses | 8 |
The -L flag lists valid server IP and MAC addresses to be used when
requesting a valid license from Perforce Support.
|
See Also