BaseInfoObjectIsNested Property |
Note: This API is now obsolete.
Returns true if the object is created within wrapping object and figures as its part (e.g., partial classes for TreeNode class).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("This property is obsolete and is not used by the system anymore.")]
protected virtual bool ObjectIsNested { get; set; }
Property Value
Type:
BooleanSee Also