Click or drag to resize
ICMSObjectManager Interface
Represents the object manager control interface.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public interface ICMSObjectManager

The ICMSObjectManager type exposes the following members.

Properties
  NameDescription
Public propertyRegisterEvents
Gets or sets the value that indicates if the manager should register for common events (save, etc.).
Public propertyRenderScript
Gets or sets the value that indicates if the manager should render the client scripts.
Public propertyShowPanel
Indicates if the object locking panel should be showed.
Top
Events
  NameDescription
Public eventOnAfterAction
On after action event handler.
Top
See Also