C# 클래스 Engage.Dnn.Jackrabbit.ViewJackrabbitViewModel.FileViewModel

파일 보기 프로젝트 열기: EngageSoftware/Engage-Jackrabbit

공개 메소드들

메소드 설명
FileViewModel ( FileType fileType, int id, string pathPrefixName, string filePath, string fullFilePath, string provider, int priority ) : System

Initializes a new instance of the FileViewModel class.

메소드 상세

FileViewModel() 공개 메소드

Initializes a new instance of the FileViewModel class.
public FileViewModel ( FileType fileType, int id, string pathPrefixName, string filePath, string fullFilePath, string provider, int priority ) : System
fileType FileType Type of the file.
id int The ID of the file.
pathPrefixName string Name of the path prefix.
filePath string The file path.
fullFilePath string The file path combined with the prefix.
provider string The provider.
priority int The priority.
리턴 System