Keeper SDK Class Library
C#
Show/Hide TOC
IConfig
Collection
T
Interface
Provides a base entity access interface.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
interface
IConfigCollection
<T>
where
T :
IConfigurationId
Type Parameters
T
Entity type
Properties
List
Return all entities the collection.
Methods
Delete
Delete entity from collection by ID.
Get
Return entity by ID.
Put
Store entity to collection.
See Also
Reference
KeeperSecurity.Configuration Namespace
In This Article
Definition
Properties
Methods
See Also