Click or drag to resize
CMSObjectManagerInfoObject Property
Returns object with which the manager is working. It return the object based on ObjectType nd ObjectID properties, if these properties are not present, checks if the EditedObject is present.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public BaseInfo InfoObject { get; }

Property Value

Type: BaseInfo
See Also