| 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
)
Public Shared Function GetSubmitsByFormPageAndUserId (
form As Form,
pageId As Integer,
userId As Integer
) As List(Of Submit)
Parameters
- form
- Type: Dynamicweb.FormsForm
- pageId
- Type: SystemInt32
- userId
- Type: SystemInt32
Return Value
Type:
ListSubmitSee Also