IDBConfigWriterRemoveLocalKnowledge Method  | 
 
            Removes a local knowledge entry from the site.
            
 
    Namespace: 
   Cadcorp.Configuration.Connectors
    Assembly:
   Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxbool RemoveLocalKnowledge(
	int localKnowledgeId
)
Function RemoveLocalKnowledge ( 
	localKnowledgeId As Integer
) As Boolean
Parameters
- localKnowledgeId
 - Type: SystemInt32
ID to remove 
Return Value
Type: 
Booleanboolean value indicating success.
See Also