Enum SpecificVersion
determine which version of a script is to be used.
Namespace: DotNetNuke.Framework.JavaScriptLibraries
Assembly: DotNetNuke.dll
Syntax
public enum SpecificVersion : int
Fields
Name | Description |
---|---|
Exact | Match version exactly |
Latest | The most recent version |
LatestMajor | Match the major version |
LatestMinor | Match the major and minor versions |