Show / Hide Table of Contents

Class JavaScriptLibrary

Inheritance
object
JavaScriptLibrary
Implements
IXmlSerializable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Framework.JavaScriptLibraries
Assembly: DotNetNuke.dll
Syntax
public class JavaScriptLibrary : IXmlSerializable

Constructors

JavaScriptLibrary()

Declaration
public JavaScriptLibrary()

Properties

CDNPath

Declaration
public string CDNPath { get; set; }
Property Value
Type Description
string

FileName

Declaration
public string FileName { get; set; }
Property Value
Type Description
string

JavaScriptLibraryID

Declaration
public int JavaScriptLibraryID { get; set; }
Property Value
Type Description
int

LibraryName

Declaration
public string LibraryName { get; set; }
Property Value
Type Description
string

ObjectName

Declaration
public string ObjectName { get; set; }
Property Value
Type Description
string

PackageID

Declaration
public int PackageID { get; set; }
Property Value
Type Description
int

PreferredScriptLocation

Declaration
public ScriptLocation PreferredScriptLocation { get; set; }
Property Value
Type Description
ScriptLocation

Version

Declaration
public Version Version { get; set; }
Property Value
Type Description
Version

Methods

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Implements

IXmlSerializable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS