Click or drag to resize

OptionManager Class

Contains methods to manipulate options. Options are rights or settings that are typically applied to objects of type PsrOrganisationUnit, PsrRole or PsrContainer
Inheritance Hierarchy
SystemObject
  PsrApi.ManagersBaseManager
    PsrApi.ManagersOptionManager

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class OptionManager : BaseManager

The OptionManager type exposes the following members.

Methods
  NameDescription
Public methodDeleteCollectionOption
Deletes an option.
Public methodDeleteDataOptions
Deletes all options that are connected to a PsrData object.
Public methodDeleteOption
Deletes an options that matches the name and ID.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOptionTOption
Returns an option that applies to the given data and Name
Public methodGetOptions
Returns a list of options of the given option groups that apply to the given data.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserOptionTOption
Returns an option that applies to the current session user and Name
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateBooleanOption
Updates an option of type PsrOptionBoolean
Public methodUpdateCollectionOption
Updates an option of type PsrOptionString
Public methodUpdateDateTimeOption
Updates an option of type PsrOptionDateTime
Public methodUpdateDoubleExtOption
Updates an option of type PsrOptionDoubleExt
Public methodUpdateDoubleoption
Updates an option of type PsrOptionDouble
Public methodUpdateFileOption
Updates an option of type PsrOptionFile
Public methodUpdateFolderOption
Updates an option of type PsrOptionFolder
Public methodUpdateGlobalEncryptedOption
Updates an option of type PsrOptionGlobalEncrypted
Public methodUpdateIntegerExtOption
Updates an option of type PsrOptionIntegerExt
Public methodUpdateIntegerOption
Updates an option of type PsrOptionInteger
Public methodUpdateListOption
Updates an option of type PsrOptionList
Public methodUpdatePasswordOption
Updates an option of type PsrOptionPassword
Public methodUpdateSignedOption
Updates an option of type PsrOptionSigned
Public methodUpdateStringOption
Updates an option of type PsrOptionString
Public methodUpdateTimeOption
Updates an option of type PsrOptionTime
Top
See Also