Flags for the login command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum LoginCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration LoginCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class LoginCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| AllHosts | 1 | The -a flag causes the server to issue a ticket that is valid on all host machines. | |
| DisplayTicket | 2 | The -p flag displays the ticket, but does not store it on the client machine. | |
| DisplayStatus | 4 | The -s flag displays the status of the current ticket (if there is one). |