Class LicenseStorageSection

Inheritance
System.Object
LicenseStorageSection
Namespace: LicensedComponent.Configuration
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0
Syntax
public class LicenseStorageSection : ConfigurationSection

Constructors

LicenseStorageSection()

Initializes a new instance of the LicenseStorageSection class.

Declaration
public LicenseStorageSection()

Properties

AllowUpload

Gets or sets the default provider.

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

The default provider.

DefaultProvider

Gets or sets the default provider.

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

The default provider.

ProviderCollection

Gets the temp file storage providers.

Declaration
public ProviderCollection ProviderCollection { get; }
Property Value
Type Description
System.Configuration.Provider.ProviderCollection

The temp file storage providers.

Providers

Gets the providers.

Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

The providers.

Methods

GetSection()

Gets the section.

Declaration
public static LicenseStorageSection GetSection()
Returns
Type Description
LicenseStorageSection