KitchenDraw SDK 2
Show / Hide Table of Contents

Property CatalogsDir

CatalogsDir

Path to the catalogs directory (where the catalog files are located, without trailing slash).

Declaration
public string CatalogsDir { get; }
Property Value
Type Description
string
Remarks

Attention. The earliest possible plugin event where this value is available is OnAppReady. If you try to retrieve this value, for example, in OnAppStartAfter event, you will get an empty string.

In this article
Back to top Generated by DocFX