Click or drag to resize
ClassStructureInfoSetAllMissing Method
Sets all the items in the data to missing values.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public void SetAllMissing(
	Object[] data
)

Parameters

data
Type: SystemObject
Data to set
See Also