Click or drag to resize

LoginCmdFlags Enumeration

Flags for the login command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum LoginCmdFlags
Members
  Member nameValueDescription
None0 No flags.
AllHosts1
The -a flag causes the server to issue a ticket that is valid on all
host machines.
DisplayTicket2
The -p flag displays the ticket, but does not store it on the client
machine.
DisplayStatus4
The -s flag displays the status of the current ticket (if there is
one).
See Also