Class JavaScriptLibrary
Inheritance
JavaScriptLibrary
Assembly: DotNetNuke.dll
Syntax
public class JavaScriptLibrary : IXmlSerializable
Constructors
JavaScriptLibrary()
Declaration
public JavaScriptLibrary()
Properties
CDNPath
Declaration
public string CDNPath { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
JavaScriptLibraryID
Declaration
public int JavaScriptLibraryID { get; set; }
Property Value
LibraryName
Declaration
public string LibraryName { get; set; }
Property Value
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
PackageID
Declaration
public int PackageID { get; set; }
Property Value
PreferredScriptLocation
Declaration
public ScriptLocation PreferredScriptLocation { get; set; }
Property Value
Version
Declaration
public Version Version { get; set; }
Property Value
Methods
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Implements
Extension Methods