Click or drag to resize
DataHelperGetDataContainer Method
Gets the data container able to read the given data object

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static ISimpleDataContainer GetDataContainer(
	Object data
)

Parameters

data
Type: SystemObject
Data

Return Value

Type: ISimpleDataContainer
See Also