Add-FormControl

Adds a form control from the SharePoint 2013 farm.

Syntax

Add-FormControl [-Id] <string> [-TypeName] <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
ID Required System.String The name or identifier of the form control. The ID corresponds to the FormControlUniqueId property and is an ASP.NET GUID.
TypeName Required System.String The class where the form control is.

Examples

Add-FormControl -Id 3fcdb588-6fdc-4131-828f-e66be3d3e104 -TypeName "Nintex.Forms.Sdk.Sample.MyCustomSliderControl, Nintex.Forms.Sdk.Sample, Version=1.0.0.0, Culture=neutral, PublicKeyToken=76d2f85495f828f2"

Related information

PowerShell Reference

Nintex Forms PowerShell Cmdlets