kentico_michal
-
5/10/2012 2:11:31 AM
RE:Bizform API Update
Hi,
Regrettably, this is a defect in our documentation as the BizFormItem class does not provide the IsEmpty method. We will try to update it shortly. Thank you for letting us know about it. You can use the following code instead:
if (formRecord != null)
Best regards, Michal Legen
|