Click or drag to resize

PsrContainerInfoFieldType Enumeration

Typ für das ContainerInfoField Type of a PsrContainerInfoField

Namespace:  PsrApi.Data.Enums
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public enum PsrContainerInfoFieldType
Members
  Member nameValueDescription
InfoFieldTypeText0 Static text
InfoFieldTypeUrl1 URL, clickable to be opened in the browser
InfoFieldTypeEmail2 E-mail, clickable to be opened in the standard e-mail application
InfoFieldTypePhone3 Phone number, clickable to be opened in the standard phone application
InfoFieldTypeRdp4 RDP, clickable to open a new RDP connection
InfoFieldTypeFtp5 FTP, clickable to open a new FTP connection
InfoFieldTypeDate6 Date that must be formatted client side
InfoFieldTypeSsh7 SSH, clickable to open a new SSH connection
InfoFieldTypeSso8 SSO, clickable to execute a SSO application
See Also