  | EditFormReadFromRequest Method (String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Content.Items.Editors
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static EditForm ReadFromRequest(
	string formName,
	bool cleanup
)
Public Shared Function ReadFromRequest ( 
	formName As String,
	cleanup As Boolean
) As EditForm
Parameters
- formName
 - Type: SystemString
 - cleanup
 - Type: SystemBoolean
 
Return Value
Type: 
EditForm
See Also