determine which version of a script is to be used

Namespace: DotNetNuke.Framework.JavaScriptLibraries
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public enum SpecificVersion
Visual Basic
Public Enumeration SpecificVersion

Members

Member nameValueDescription
Latest0The most recent version
LatestMajor1Match the major version
LatestMinor2Match the major and minor versions
Exact3Match version exactly

See Also