Click or drag to resize
ParentObjectAttribute Constructor (String, String)
Constructor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public ParentObjectAttribute(
	string objectType,
	string idQueryParameter
)

Parameters

objectType
Type: SystemString
Object type
idQueryParameter
Type: SystemString
Name of the parameter in query string containing the object ID
See Also