EditedObjectAttribute Constructor (String, String, String) |
Constructor.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public EditedObjectAttribute(
string objectType,
string idQueryParameter,
string frameSetUrl
)
Parameters
- objectType
- Type: SystemString
Object type - idQueryParameter
- Type: SystemString
Name of the parameter in query string containing the object ID - frameSetUrl
- Type: SystemString
URL of frameset to redirect if necessary to display more tabs than general tab only (Versioning, Object relationships, etc.)
See Also