Flags for the login 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 LoginCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration LoginCmdFlags
Visual C++
[FlagsAttribute]
public enum class 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