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.8
C#
public sealed class VideoUltimateConfiguration : ProductConfiguration<VideoUltimateConfiguration>
Inheritance
Object    ConfigurationBase<VideoUltimateConfiguration>    ProductConfiguration<VideoUltimateConfiguration>    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 ProductConfiguration<VideoUltimateConfiguration>)
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 ProductConfiguration<VideoUltimateConfiguration>)

Methods

CheckPlatformSupportChecks if this library is supported on current OS platform. Throws PlatformNotSupportedException if not.
Clear
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Load(Boolean)Loads from <appSettings> element of the Web.config or application configuration file.
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Load(Func<String, String>, String, Boolean)
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Load(IDictionary<String, String>, String, Boolean)
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Load(NameValueCollection, String, Boolean)
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Load(Stream, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Load(String, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Save(Stream, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Save(String, ConfigurationFileFormat, Boolean)
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Save(Action<String, String>, String, Boolean, Expression<Func<UTP, Object>>[])
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Save(IDictionary<String, String>, String, Boolean, Expression<Func<UTP, Object>>[])
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)
Save(NameValueCollection, String, Boolean, Expression<Func<UTP, Object>>[])
(Inherited from ConfigurationBase<VideoUltimateConfiguration>)

See Also