Gets the Xml schema for the inputs to the published version of this process. The inputs can change when a new version of a process is published, so ensure you are watching the ProcessDefinition object for changes via the ProcessDefinitionList.

Namespace: ININ.IceLib.ProcessAutomation
Assembly: ININ.IceLib.ProcessAutomation (in ININ.IceLib.ProcessAutomation.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public XmlSchema Inputs { get; }
Visual Basic
Public ReadOnly Property Inputs As XmlSchema
	Get

Field Value

The Process Definition Inputs.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 1 and beyond.

See Also