MATESO Password Safe API
MATESO Password Safe API
PsrApi.Managers
OptionManager Class
OptionManager Methods
DeleteCollectionOption Method
DeleteDataOptions Method
DeleteOption Method
GetOption(TOption) Method
GetOptions Method
GetUserOption(TOption) Method
UpdateBooleanOption Method
UpdateCollectionOption Method
UpdateDateTimeOption Method
UpdateDoubleExtOption Method
UpdateDoubleoption Method
UpdateFileOption Method
UpdateFolderOption Method
UpdateGlobalEncryptedOption Method
UpdateIntegerExtOption Method
UpdateIntegerOption Method
UpdateListOption Method
UpdatePasswordOption Method
UpdateSignedOption Method
UpdateStringOption Method
UpdateTimeOption Method
OptionManager
DeleteDataOptions Method
Deletes all options that are connected to a PsrData object.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
DeleteDataOptions
(
List
<
PsrOptionGroup
>
groups
,
Guid
dataId
)
Parameters
groups
Type:
System.Collections.Generic
List
PsrOptionGroup
Option groups of options that should be deleted.
dataId
Type:
System
Guid
ID of the PsrData object whose options should be deleted.
Return Value
Type:
Task
See Also
Reference
OptionManager Class
PsrApi.Managers Namespace