The JavaScriptLibrary type exposes the following members.

Constructors

  NameDescription
Public methodJavaScriptLibrary
DotNetNuke.Framework.JavaScriptLibraries.JavaScriptLibrary

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSchema
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadXml
Reads a JavaScriptLibrary from an XmlReader
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteXml
Writes a JavaScriptLibrary to an XmlWriter

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Properties

  NameDescription
Public propertyCDNPath
location of the content delivery network (CDN) where the script is loaded from when CDN has been enabled in host
Public propertyFileName
filename of the script in the filesystem
Public propertyJavaScriptLibraryID
unique identifier id for a javscript library package
Public propertyLibraryName
name of the javscript library package (used when requesting library)
Public propertyObjectName
main object (where relevant) of the javscript library package used to generate the local file fallback code in the case where the CDN file is not available
Public propertyPackageID
package id associated with the javscript library package
Public propertyPreferredScriptLocation
position in the page the script reference is injected
Public propertyVersion
version of the the javscript library package from the database

See Also