Remove-InlineFunction

Removes an inline function from the farm.

Syntax

Remove-InlineFunction [-FunctionAlias] <string>

Note: SharePoint Subscription Edition does not support the standard Nintex Workflow cmdlets. You may see the error The term 'X' is not recognized as the name of a cmdlet, function, script file, or operable program. If you want to use these cmdlets in SharePoint Subscription Edition, see Invoke cmdlets in SharePoint Subscription Edition.

Parameters

Parameter Required Type Description
FunctionAlias Required System.String The alias used when registering the inline function.

Detailed Description

Removes an inline function registration from the system. Note that any usages of the removed function will not be processed and will just be displayed in the string.

Examples

Remove-InlineFunction –FunctionAlias “MyFunctionAlias”

Related information

PowerShell Reference

Nintex Forms PowerShell Cmdlets