Click or drag to resize
CMSUIPageGetParentObjectType Method
Try to find parent object type. Parent object type may be: A. First parent's object type different from current object type B. First parameter 'parentobjecttype' in any parent UI element

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected string GetParentObjectType(
	UIContext context
)

Parameters

context
Type: CMS.FormEngine.Web.UIUIContext
Control's UI context

Return Value

Type: String
See Also