Show-InlineFunctions
Shows a list of the inline functions.
Syntax
Show-InlineFunctions
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.
Detailed Description
Shows a list of inline functions for each function it shows the following attributes.
| Name | Description |
|---|---|
| Function | The ID of the function. |
| Function alias | The alias of the function used to call the function when a composite function is constructed. |
| Assembly name | The namespace and class and key of the assembly where the function is stored. |
| Namespace | The namespace of the function. |
| Type name | The type of function. |
| Method Name | The name of the method in the class that provides the function. |
| Useage | The syntax of the function used in the Forms designer. |
| Description | The description of the function. |
| Hidden | Boolean. True if hidden, and false if not hidden. If hidden it will not show up in the list of functions in the Forms designer. |
For example:
| Name | Description |
|---|---|
| Function | 1 |
| Function alias | fn-Substring |
| Assembly name | NinShowtex.InlineFunctions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c52d764dcf7ec883 |
| Namespace | Nintex.InlineFunctions.Common |
| Type name | Common |
| Method Name | Substring |
| Useage | fn-Substring(string inputString, int startIndex, int length) |
| Description | Extracts and returns a portion of text from a string. |
| Hidden | False |
Examples
Show-InlineFunctions