Click or drag to resize

DBConfigurationBaseRemoveOSSearch Method

Removes a single OSOpenNames searchc from the database.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual bool RemoveOSSearch(
	int searchId
)

Parameters

searchId
Type: SystemInt32
Search ID

Return Value

Type: Boolean
Boolean indicating success.

Implements

IDBConfigWriterRemoveOSSearch(Int32)
See Also