Click or drag to resize

PluginManifestIsRequiredDraftVersion Method

Checks if the plugins MinDraftVersion is greater or equal to the given articy:draft version

Namespace:  Articy.Api.Data
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public bool IsRequiredDraftVersion(
	int[] aDraftVersion = null
)

Parameters

aDraftVersion (Optional)
Type: SystemInt32
the articy:draft version as array of ints, or null when this value should be requested from the main executeable

Return Value

Type: Boolean
true when valid or not required, false otherwise
See Also