Class ContentTypeElement

Represents content type configuration element.

Inheritance
System.Object
ContentTypeElement
Namespace: Mediachase.FileUploader.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0
Syntax
public class ContentTypeElement : ConfigurationElement

Constructors

ContentTypeElement()

Initializes a new instance of the ContentTypeElement class.

Declaration
public ContentTypeElement()

ContentTypeElement(String, String)

Initializes a new instance of the ContentTypeElement class.

Declaration
public ContentTypeElement(string Extension, string Name)
Parameters
Type Name Description
System.String Extension

The extension.

System.String Name

The name.

Properties

Extension

Gets or sets the type.

Declaration
public string Extension { get; set; }
Property Value
Type Description
System.String

The type.

Name

Gets or sets the name.

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

The name.

Properties

Gets the collection of properties.

Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type Description
System.Configuration.ConfigurationPropertyCollection