IPluginDefaultMetadata Interface

Contains information about the plug-in that is known to the program by default.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public interface IPluginDefaultMetadata

Properties

DefaultTitle

Default title of the plug-in.

Value of this property is when no information about the plug-in is embedded into the program.

IsBuiltIn

Determines whether the plug-in is built-in into the standard application package.

Value of this property is when no information about the plug-in is embedded into the program.

IsPaid

Determines whether the plug-in is available only when a paid licensing plan is used.

Value of this property is when no information about the plug-in is embedded into the program.

MinVersion

Minimal version of the plug-in which is supported by the program.

Value of this property is when no information about the plug-in is embedded into the program.

See Also