Assembly: OptimaJet.Workflow.FormsPlugin

Class FormKey

OptimaJet.Workflow.Plugins.FormsPlugin.FormKey

Represents the key used to uniquely identify a form.

public class FormKey

Properties

public required string FormName { get; init; } #
The form name.
public int? FormVersion { get; init; } #
The form version. If not set, the latest version will be used.
public string FullName { get; } #
The full form name, including the version.