Click or drag to resize

PluginManifestIsNameSignatureValid Method

Checks if the signature (if present) is valid for the Nevigo reserved private namespaces "Articy.*" and "Nevigo.*"

Namespace:  Articy.Api.Data
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public bool IsNameSignatureValid()

Return Value

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