Class DownloadFilterThumbnail

Represents download filter thumbnail.

Inheritance
System.Object
DownloadFilterThumbnail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Assets
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class DownloadFilterThumbnail : DownloadFilterBase

Constructors

DownloadFilterThumbnail()

Declaration
public DownloadFilterThumbnail()

Methods

Initialize(NameValueCollection)

Initializes the specified ?.

Declaration
public override void Initialize(NameValueCollection parameters)
Parameters
Type Name Description
System.Collections.Specialized.NameValueCollection parameters
Overrides

ProcessFilter(Object, DownloadFilterArgs)

Processes the filter.

Declaration
public override void ProcessFilter(object sender, DownloadFilterArgs args)
Parameters
Type Name Description
System.Object sender

The sender.

DownloadFilterArgs args

The args.

Overrides