VideoUltimateConfiguration Class

Provides properties and methods for changing this library's configuration.

Definition

Namespace: GleamTech.VideoUltimate
Assembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 4.4.7
C#
public sealed class VideoUltimateConfiguration : ProductConfiguration<VideoUltimateConfiguration>
Inheritance
Object    ConfigurationBaseVideoUltimateConfiguration    ProductConfigurationVideoUltimateConfiguration    VideoUltimateConfiguration

Constructors

VideoUltimateConfigurationInitializes a new instance of the VideoUltimateConfiguration class

Properties

AssemblyInfoGets information on this library's assembly.
CurrentGets current global configuration instance.
LicenseKey Sets the purchased license key to register the product and remove any limitations.
(Inherited from ProductConfigurationVideoUltimateConfiguration)
TrialExtensionKey Sets the trial extension key. If your trial has expired and you need more time for evaluation, you can request a trial extension key from support.
(Inherited from ProductConfigurationVideoUltimateConfiguration)

Methods

CheckPlatformSupportChecks if this library is supported on current OS platform. Throws PlatformNotSupportedException if not.
Clear
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Load(Boolean)Loads from <appSettings> element of the Web.config or application configuration file.
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Load(FuncString, String, String, Boolean)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Load(IDictionaryString, String, String, Boolean)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Load(NameValueCollection, String, Boolean)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Load(Stream, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Load(String, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Save(Stream, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Save(String, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Save(ActionString, String, String, Boolean, ExpressionFuncUTP, Object)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Save(IDictionaryString, String, String, Boolean, ExpressionFuncUTP, Object)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)
Save(NameValueCollection, String, Boolean, ExpressionFuncUTP, Object)
(Inherited from ConfigurationBaseVideoUltimateConfiguration)

See Also