Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.SaveAt(string) method


      Saves the knowledge base in a specified XML file.


Namespace : ielib
Assembly : ielib.dll

public bool SaveAt(string aXmlFileName)

Parameters

Type: System.String

aXmlFileName: is the name of new XML file in which the knowledge base is save.

Return value

Type ; System.Boolean

true If the registration is done, otherwise false.

      Note : After calling this method, if the registration of the knowledge base is done then the KnowledgeBase.FileName property will contain the name of new XML file.