EnumInlineFunctions

Description

This operation is used to display all the function aliases registered for inline functions in Nintex Workflow.

Usage

NWAdmin.exe -o EnumInlineFunctions

Parameters

This operation has no parameters.

Remarks

This operation returns all function aliases, regardless of the current locale, defined in the Nintex configuration database. The output of this operation contains the following five columns, separated by tab characters:

Column name Description
functionAlias The name of the function alias for the inline function, formatted as a 15-character padded column.
MethodName The name of the public static method for the inline function, formatted as a 15-character padded column.
AssemblyName The name of the assembly, formatted as a 13-character padded column.
Namespace The name of the namespace for the inline function, formatted as a 13-character padded column.
TypeName The name of the type for the inline function.