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
GetOptions Method
Returns a list of options of the given option groups that apply to the given data.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
<
List
<
PsrOption
>>
GetOptions
(
List
<
PsrOptionGroup
>
groups
,
PsrData
data
)
Parameters
groups
Type:
System.Collections.Generic
List
PsrOptionGroup
data
Type:
PsrApi.Data
PsrData
Return Value
Type:
Task
List
PsrOption
See Also
Reference
OptionManager Class
PsrApi.Managers Namespace