public sealed class VideoUltimateConfiguration : ProductConfiguration<VideoUltimateConfiguration>
Public NotInheritable Class VideoUltimateConfiguration
Inherits ProductConfiguration(Of VideoUltimateConfiguration)
VideoUltimateConfiguration | Initializes a new instance of the VideoUltimateConfiguration class |
AssemblyInfo | Gets information on this library's assembly. |
Current | Gets 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>) |
CheckPlatformSupport | Checks 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>) |