KitchenDraw SDK 2
Show / Hide Table of Contents

Method LoadDocuments

LoadDocuments(string)

Loads the INSITU.DOD file which is located in a given directory. After calling this method, you can access individual documents with the Documents property.

Declaration
public void LoadDocuments(string documentsFolderPath = "")
Parameters
Type Name Description
string documentsFolderPath
Remarks

If the INSITU.DOD file doesn't exist in a given folder, the KitchenDraw tries to locate it in the documentsFolderPath\LNG folder, where LNG is code of the current language. If the file doesn't exist in this folder either, KitchenDraw will try to load the file documentsFolderPath\ENG directory.

If an empty string was passed in the documentsFolderPath parameter, KitchenDraw will use default location which is defined in the DocDir entry of the SPACE.INI file.

In this article
Back to top Generated by DocFX