Click or drag to resize
UploadedFileGetIsFieldChecked Method
Returns the checked state of a custom field.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool GetIsFieldChecked(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the field wich checked state will be retrieved

Field Value

Type: Boolean
A string containing the checked state of the custom field with name fieldName

Return Value

Type: Boolean
Check the general help for more information and an example.
See Also