Click or drag to resize

PluginManifest Class

This class encapsulates the properties from the "PluginManifest.xml" file
Inheritance Hierarchy
SystemObject
  Articy.Api.DataPluginManifest

Namespace:  Articy.Api.Data
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public class PluginManifest : IQmlSerializable, 
	IQmlDeserializable

The PluginManifest type exposes the following members.

Properties
Methods
  NameDescription
Public methodIsNameSignatureValid
Checks if the signature (if present) is valid for the Nevigo reserved private namespaces "Articy.*" and "Nevigo.*"
Public methodIsRequiredDraftVersion
Checks if the plugins MinDraftVersion is greater or equal to the given articy:draft version
Public methodSave
Saves the manifest to the location it was read from. Mainly used to persist changes to the "Properties" dictionary
Top
See Also