| PsrContainerInfoFieldType Enumeration | 
  
    Namespace: 
   PsrApi.Data.Enums
    Assembly:
   PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
 Syntax
Syntaxpublic enum PsrContainerInfoFieldType
 Members
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
See Also