| SubmitToCsv Method (Int32, Boolean) |
Namespace:
Dynamicweb.Forms
Assembly:
Dynamicweb.Forms (in Dynamicweb.Forms.dll) Version: 4.0.2
Syntax public static string ToCsv(
int formid,
bool exportHeaders
)
Public Shared Function ToCsv (
formid As Integer,
exportHeaders As Boolean
) As String
Parameters
- formid
- Type: SystemInt32
- exportHeaders
- Type: SystemBoolean
Return Value
Type:
StringSee Also