Click or drag to resize
TranslationHelperGetDefaultValue Method
Gets default value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public int GetDefaultValue(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentExceptionWhen provided objectType is null or empty.
See Also