| SubmitGetSubmitCountByFormAndPageID Method |
Namespace:
Dynamicweb.Forms
Assembly:
Dynamicweb.Forms (in Dynamicweb.Forms.dll) Version: 4.0.2
Syntax public static int GetSubmitCountByFormAndPageID(
Form form,
int pageId
)
Public Shared Function GetSubmitCountByFormAndPageID (
form As Form,
pageId As Integer
) As Integer
Parameters
- form
- Type: Dynamicweb.FormsForm
- pageId
- Type: SystemInt32
Return Value
Type:
Int32See Also