C# 클래스 CmisSync.Lib.LocalPathSyncItem

SyncItem created from a local file or folder. Its match might or might not exist yet on the server side.
상속: SyncItem
파일 보기 프로젝트 열기: aegif/CmisSync

공개 메소드들

메소드 설명
LocalPathSyncItem ( string localPath, bool isFolder, RepoInfo repoInfo, Database database ) : System
LocalPathSyncItem ( string localPrefix, string localPath, string remotePrefix, string remotePath, bool isFolder ) : System

메소드 상세

LocalPathSyncItem() 공개 메소드

public LocalPathSyncItem ( string localPath, bool isFolder, RepoInfo repoInfo, Database database ) : System
localPath string
isFolder bool
repoInfo RepoInfo
database Database
리턴 System

LocalPathSyncItem() 공개 메소드

public LocalPathSyncItem ( string localPrefix, string localPath, string remotePrefix, string remotePath, bool isFolder ) : System
localPrefix string
localPath string
remotePrefix string
remotePath string
isFolder bool
리턴 System