Click or drag to resize

LicenseCmdFlags Enumeration

Flags for the license command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum LicenseCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Input1 The -i flag reads a license spec from the standard input. The user's editor is not invoked.
Output2 The -o flag writes the license file to the standard output. The user's editor is not invoked.
Usage4 The -u flag reports the license limits and how many entities are in use towards the limits.
ListAddresses8 The -L flag lists valid server IP and MAC addresses to be used when requesting a valid license from Perforce Support.
See Also