KitchenDraw SDK 2
Show / Hide Table of Contents

Property CustomInfo

CustomInfo

Provides access to the catalogs's custom data area dedicated wholely to the application extensions.

Declaration
public ICustomInfoDictionary CustomInfo { get; }
Property Value
Type Description
ICustomInfoDictionary
Remarks

This data allows plugin functions to store in the catalog some custom configuration variables. Since this data is stored as key-value pairs, each wizard or plugin function can isolate its own variables from other ones.

In this article
Back to top Generated by DocFX