Allows you to add some additional field data
to be sent along with the transfer.
This is usually used for things like userid
and password to validate the transfer.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SetField(
string Name,
string Value
)
Public Sub SetField (
Name As String,
Value As String
)
public:
void SetField(
String^ Name,
String^ Value
)
member SetField :
Name : string *
Value : string -> unit
Parameters
- Name
- Type: SystemString
The name of the
custom field. - Value
- Type: SystemString
The value of the
custom field.
See Also