Show / Hide Table of Contents

Class EditControlFactory

Inheritance
object
EditControlFactory
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class EditControlFactory

Constructors

EditControlFactory()

Declaration
public EditControlFactory()

Methods

CreateEditControl(EditorInfo)

Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IServiceProvider. Scheduled for removal in v12.0.0.")]
public static EditControl CreateEditControl(EditorInfo editorInfo)
Parameters
Type Name Description
EditorInfo editorInfo
Returns
Type Description
EditControl

CreateEditControl(IServiceProvider, EditorInfo)

Declaration
public static EditControl CreateEditControl(IServiceProvider serviceProvider, EditorInfo editorInfo)
Parameters
Type Name Description
IServiceProvider serviceProvider
EditorInfo editorInfo
Returns
Type Description
EditControl

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS