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 BlobCacheProfileElement

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

Constructors

BlobCacheProfileElement()

Declaration
public BlobCacheProfileElement()

Properties

Name

Gets or sets the name.

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

The name.

Path

Gets or sets the path.

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

The path.

StorageProvider

Gets or sets the storage provider.

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

The storage provider.

VirtualPath

Gets or sets the virtual path.

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

The virtual path.