Click or drag to resize

DBConfigurationBaseCheckAddIn Method

Check to see if an AddIn exists in 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 int CheckAddIn(
	string addInName
)

Parameters

addInName
Type: SystemString
AddIn Name

Return Value

Type: Int32
Add In ID

Implements

IDBConfigWriterCheckAddIn(String)
See Also