ParentObjectAttribute Constructor (String, String) |
Constructor.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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