Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.AddPackage(string) method


      Adds a new package by specifying its name (from version 1.2.0.0).


Namespace : ielib
Assembly : ielib.dll

public int AddPackage(string aPackageName)

Parameters

Type: System.string.

aPackageName: Represents the name of package.

Return value

Type : System.int.

The ID of new package has been added.


      Note : You can access a package by its ID by using the KnowledgeBase.GetPackageById() method.