C# Class Engage.Dnn.Jackrabbit.JackrabbitFile

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

Méthodes publiques

Méthode 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 méthode

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 méthode

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.