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