Click or drag to resize

SubmitGetSubmitsByFormPageAndUserId Method

Namespace:  Dynamicweb.Forms
Assembly:  Dynamicweb.Forms (in Dynamicweb.Forms.dll) Version: 4.0.2
Syntax
public static List<Submit> GetSubmitsByFormPageAndUserId(
	Form form,
	int pageId,
	int userId
)

Parameters

form
Type: Dynamicweb.FormsForm
pageId
Type: SystemInt32
userId
Type: SystemInt32

Return Value

Type: ListSubmit
See Also