FormTemplate.Unquiesce method

Brings a form template back online so new forms can be created based on the form template that was previously quiesced.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public Sub Unquiesce
'Usage
Dim instance As FormTemplate

instance.Unquiesce()
public void Unquiesce()

Remarks

The opposite of using the Quiesce method to take a form offline, using this method allows you to bring a form back online after it has been quiesced. Sets the QuiesceStatus property to Normal.

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace