Click or drag to resize

DBConfigurationBaseRemoveOSPlaces Method

Removes a single OSPlaces search 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 RemoveOSPlaces(
	int searchId
)

Parameters

searchId
Type: SystemInt32
Search ID

Return Value

Type: Boolean
Boolean indicating success.

Implements

IDBConfigWriterRemoveOSPlaces(Int32)
See Also