PsrContainerInfoFieldType Enumeration |
Namespace:
PsrApi.Data.Enums
Assembly:
PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntaxpublic enum PsrContainerInfoFieldType
Members
| Member name | Value | Description |
---|
| InfoFieldTypeText | 0 |
Static text
|
| InfoFieldTypeUrl | 1 |
URL, clickable to be opened in the browser
|
| InfoFieldTypeEmail | 2 |
E-mail, clickable to be opened in the standard e-mail application
|
| InfoFieldTypePhone | 3 |
Phone number, clickable to be opened in the standard phone application
|
| InfoFieldTypeRdp | 4 |
RDP, clickable to open a new RDP connection
|
| InfoFieldTypeFtp | 5 |
FTP, clickable to open a new FTP connection
|
| InfoFieldTypeDate | 6 |
Date that must be formatted client side
|
| InfoFieldTypeSsh | 7 |
SSH, clickable to open a new SSH connection
|
| InfoFieldTypeSso | 8 |
SSO, clickable to execute a SSO application
|
See Also