Check if the current user has already posted the form.

Namespace:  EPiServer.XForms
Assembly:  EPiServer.XForms (in EPiServer.XForms.dll) Version: 5.2.375.236

Syntax

C#
public bool HasAlreadyPosted(
	Page page
)

Parameters

page
Type: System.Web.UI..::.Page
The executing page.

Return Value

True if the user has posted the form, false otherwise.

See Also