C# Class Engage.Dnn.Jackrabbit.JackrabbitLibrary

Datei anzeigen Open project: EngageSoftware/Engage-Jackrabbit Class Usage Examples

Public Methods

Method Description
JackrabbitLibrary ( FileType fileType, int id, string libraryName, System.Version version, SpecificVersion specificity ) : System

Initializes a new instance of the JackrabbitLibrary class.

JackrabbitLibrary ( FileType fileType, string libraryName, System.Version version, SpecificVersion specificity ) : System

Initializes a new instance of the JackrabbitLibrary class.

Method Details

JackrabbitLibrary() public method

Initializes a new instance of the JackrabbitLibrary class.
public JackrabbitLibrary ( FileType fileType, int id, string libraryName, System.Version version, SpecificVersion specificity ) : System
fileType FileType Type of the file.
id int The identifier.
libraryName string The name of the library.
version System.Version The version.
specificity SpecificVersion The version specificity.
return System

JackrabbitLibrary() public method

Initializes a new instance of the JackrabbitLibrary class.
public JackrabbitLibrary ( FileType fileType, string libraryName, System.Version version, SpecificVersion specificity ) : System
fileType FileType The type of file
libraryName string The name of the library.
version System.Version The version.
specificity SpecificVersion The version specificity.
return System