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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
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