London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BlobProfileDownloadElement

Inheritance
System.Object
BlobProfileDownloadElement
Namespace: Mediachase.BusinessFoundation.Blob.BlobProfileDownload.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class BlobProfileDownloadElement : ConfigurationElement

Constructors

BlobProfileDownloadElement()

Declaration
public BlobProfileDownloadElement()

Properties

AuthEnable

Gets or sets a value indicating whether authentication is enabled.

Declaration
public bool AuthEnable { get; set; }
Property Value
Type Description
System.Boolean

true if authentication is enabled; otherwise, false.

CacheProfile

Gets or sets the cache profile.

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

The cache profile.

Name

Gets or sets the name.

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

The name.

Type

Gets the type.

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

The type.

VirtualPath

Gets or sets the virtual path.

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

The virtual path.