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.