Click or drag to resize
ClassStructureInfoCheckComplete 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: 8.2.23
Syntax
C#
public bool CheckComplete(
	Object[] data
)

Parameters

data
Type: SystemObject
Data to check

Return Value

Type: Boolean
See Also