IDBConfigWriterRemoveOSSearch 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)
Syntaxbool RemoveOSSearch(
	int searchId
)
Function RemoveOSSearch ( 
	searchId As Integer
) As Boolean
Parameters
- searchId
 - Type: SystemInt32
Search ID 
Return Value
Type: 
BooleanBoolean indicating success.
See Also