Click or drag to resize
ObjectHelperGetSerializationTableName Method
Gets the table name of specified info object used for serialized data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetSerializationTableName(
	GeneralizedInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object

Return Value

Type: String
Exceptions
ExceptionCondition
DataClassNotFoundExceptionThrown when the data class of the given object is not found.
See Also