Click or drag to resize

IConfigCollectionTDelete Method

Delete entity from collection by ID.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
void Delete(
	string id
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:KeeperSecurity.Configuration.IConfigCollection`1.Delete(System.String)"]

See Also