Click or drag to resize
BaseInfoGeneralizedInfoWrapperObjectIsNested 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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete and is not used by the system anymore.")]
public bool ObjectIsNested { get; set; }

Property Value

Type: Boolean
See Also