Show / Hide Table of Contents

Class ImageParameter

Inheritance
object
ImageParameter
Implements
IDataBindingsAccessor
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.GeneratedImage
Assembly: DotNetNuke.dll
Syntax
[Bindable(true)]
public class ImageParameter : IDataBindingsAccessor

Constructors

ImageParameter()

Declaration
public ImageParameter()

Properties

BindingContainer

Declaration
public Control BindingContainer { get; }
Property Value
Type Description
Control

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
string

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Events

DataBinding

Declaration
public event EventHandler DataBinding
Event Type
Type Description
EventHandler

Implements

IDataBindingsAccessor

Extension Methods

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