C# 클래스 Engage.Dnn.Jackrabbit.JackrabbitFile

A file registered with this module
파일 보기 프로젝트 열기: EngageSoftware/Engage-Jackrabbit 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

JackrabbitFile() 공개 메소드

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() 공개 메소드

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.