Click or drag to resize
ObjectTypeInfoObjectClassName Property
The code name assigned to the matching module class in the Kentico administration interface. Identifies the object types's definition in the database. Required for all object types.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public string ObjectClassName { get; set; }

Property Value

Type: String
See Also