Click or drag to resize
AGIScriptDatabaseDelTree Method (String, String)
Deletes all entries of a given family in the Asterisk database that have a key that starts with a given prefix.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void DatabaseDelTree(
	string family,
	string keytree
)

Parameters

family
Type: SystemString
the family of the entries to delete.
keytree
Type: SystemString
the prefix of the keys of the entries to delete.
See Also