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.6.33415 (22.09.2025)+55d4baaf8f17ebe942fa8931c5994288899c2371
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