DataExtensions CheckRequiredColumns Method Kentico 8.1 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.1.5347.20411)

Parameters

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

Return Value

Type: OnlineBoolean
See Also