Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.RemovePackage(int) method


      Removes a package in the knowledge base by its identifier (from version 1.2.0.0).


Namespace : ielib
Assembly : ielib.dll

public void RemovePackage(int Id)

Parameters

Type : System.Int32.

Id : represents the ID of a package.

      Note : The ID of a package is distributed through the use of the methods KnowledgeBase.AddPackage(string) or KnowledgeBase.AddPackage(Package) to add a package to the knowledge base. It gets the user ID of a package by the Package.Id property.