Click or drag to resize
ClassStructureInfo.CheckComplete Method
Checks whether the given data is complete (has all columns set to some value).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public bool CheckComplete(
	Object[] data
)

Parameters

data
Type:System.Object[]
Data to check

Return Value

Type: Boolean
See Also