Click or drag to resize

PsrContainerItem Class

Container item
Inheritance Hierarchy
SystemObject
  PsrApi.DataPsrData
    PsrApi.DataPsrContainerItem

Namespace:  PsrApi.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class PsrContainerItem : PsrData

The PsrContainerItem type exposes the following members.

Constructors
  NameDescription
Public methodPsrContainerItem
Initializes a new instance of the PsrContainerItem class
Top
Properties
  NameDescription
Public propertyAdditionalData
Additional Date for the ContainerItem. For example serialized List items if the type of the password field is list
Public propertyAllowedChars
Allowed characters (validation)
Public propertyAllowOnlyGeneratedPasswords
Only generated passwords are allowed for this field. Only possible when the type is ContainerItemPassword or ContainerItemPasswordMemo
Public propertyBaseContainerItem
Base container item
Public propertyBaseContainerItemId
Base container item ID
Public propertyChangedOrganisationUnit
Organisation unit that created the object
(Inherited from PsrData.)
Public propertyChangedOrganisationUnitId
ID of the organisation unit that created the object
(Inherited from PsrData.)
Public propertyCheckPolicy
If the password policy should be validated
Public propertyChildDataBindings
Children
(Inherited from PsrData.)
Public propertyContainer
Container
Public propertyContainerId
Container ID
Public propertyContainerItemDescHighlightType
Highlight type of the container item
Public propertyContainerItemType
Type
Public propertyDataRights
Data rights
(Inherited from PsrData.)
Public propertyDataStates
State
(Inherited from PsrData.)
Public propertyDataTags
Tags
(Inherited from PsrData.)
Public propertyDescription
Description
Public propertyEncryptionKeyType
The type of the key
Public propertyHasTrigger
If a trigger is configured on the object
(Inherited from PsrData.)
Public propertyHasTriggerAlert
If a trigger alert happened on the object
(Inherited from PsrData.)
Public propertyId
ID
(Inherited from PsrData.)
Public propertyIsFavorite
If it is a favorite of the current user
(Inherited from PsrData.)
Public propertyListItems
List items when type is ContainerItemList
Public propertyLogbookEntries
Logbook entry
(Inherited from PsrData.)
Public propertyMandatory
Mandatory field (validation)
Public propertyMaxLength
Maximum length (validation)
Public propertyMinLength
Minimum length (validation)
Public propertyName
Name
Public propertyNoPermission
If the current user has no permission on the item
Public propertyParentDataBindings
Parents
(Inherited from PsrData.)
Public propertyPlainTextValue
Plaintext value of a secret value (not serialized)
Public propertyPolicy
Password policy
Public propertyPolicyId
Password policy ID
Public propertyPosition
Position (index)
Public propertyPublicKey
Public key
(Inherited from PsrData.)
Public propertyQuality
Quality of the item (used for passwords)
Public propertyRegex
Regular expression (validation)
Public propertySecretValueRequiredReason
If a reason is required to retrieve the value of the item
Public propertySyncOperation
Synchronisation State. Used to determine which operation to perform when synchronizing the data.
(Inherited from PsrData.)
Public propertyTimeStampUtc
Creation timestamp
(Inherited from PsrData.)
Public propertyTransactionId
The Id of the transaction. Used to identify the object in results, even if its id has changed. Must be generated for sync operations.
(Inherited from PsrData.)
Public propertyValidTimeStampUtc
Expiration date
(Inherited from PsrData.)
Public propertyValue
Text value
Public propertyValueBool
Boolean value
Public propertyValueDateUtc
Date value
Public propertyValueDecimal
Decimal value
Public propertyValueHash
Encrypted values
Public propertyValueInt
Integer value
Public propertyValueMemo
Memo Value (für Sync)
Top
Methods
See Also