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: 13.0.131
Syntax
C#
public string ObjectClassName { get; set; }

Property Value

Type: String
See Also