Click or drag to resize
CMSObjectManagerGetCurrent Method
Gets the current instance of the object manager

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public static CMSObjectManager GetCurrent(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control from which to get the manager

Return Value

Type: CMSObjectManager
See Also