DataExtensions CheckRequiredColumns Method Kentico 8.0 API Reference
Returns true if given list of columns do not have null values in the object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

obj
Type: CMS.Base ISimpleDataContainer
Object
columns
Type:  OnlineSystem String 
List of columns to check

Return Value

Type: OnlineBoolean
See Also