C# Class Engage.Dnn.Jackrabbit.JackrabbitFile

A file registered with this module
Show file Open project: EngageSoftware/Engage-Jackrabbit Class Usage Examples

Public Methods

Method Description
JackrabbitFile ( FileType fileType, int id, string pathPrefixName, string filePath, string provider, int priority )

Initializes a new instance of the JackrabbitFile class.

JackrabbitFile ( FileType fileType, string pathPrefixName, string filePath, string provider, int priority )

Initializes a new instance of the JackrabbitFile class.

Method Details

JackrabbitFile() public method

Initializes a new instance of the JackrabbitFile class.
public JackrabbitFile ( FileType fileType, int id, string pathPrefixName, string filePath, string provider, int priority )
fileType FileType The type of file
id int The ID.
pathPrefixName string Name of the path prefix.
filePath string The file path.
provider string The provider.
priority int The priority.

JackrabbitFile() public method

Initializes a new instance of the JackrabbitFile class.
public JackrabbitFile ( FileType fileType, string pathPrefixName, string filePath, string provider, int priority )
fileType FileType The type of file
pathPrefixName string Name of the path prefix.
filePath string The file path.
provider string The provider.
priority int The priority.