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.

Though it is recommended to use this property to access custom data area, you can get/set all the custom data area via Xml property as well.

In this article
Back to top Generated by DocFX