Click or drag to resize
ObjectTypeInfoParentObjectType Property
The object type name of the parent (as defined in the type information of the parent object type). Null for object types without a parent object.

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

Property Value

Type: String
See Also