Class BlobProfileDownloadElement
Inheritance
System.Object
BlobProfileDownloadElement
Namespace: Mediachase.BusinessFoundation.Blob.BlobProfileDownload.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class BlobProfileDownloadElement : ConfigurationElement
Constructors
BlobProfileDownloadElement()
Declaration
public BlobProfileDownloadElement()
Properties
AuthEnable
Gets or sets a value indicating whether [auth enable].
Declaration
public bool AuthEnable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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. |