C# 클래스 CmisSync.Lib.SyncItem

파일 보기 프로젝트 열기: aegif/CmisSync

보호된 프로퍼티들

프로퍼티 타입 설명
Logger log4net.ILog
database CmisSync.Lib.Database.Database
isFolder bool
localRelativePath string
localRoot string
remoteRelativePath string
remoteRoot string

공개 메소드들

메소드 설명
FileExistsLocal ( ) : bool

Whether the file exists locally.

메소드 상세

FileExistsLocal() 공개 메소드

Whether the file exists locally.
public FileExistsLocal ( ) : bool
리턴 bool

프로퍼티 상세

Logger 보호되어 있는 정적으로 프로퍼티

protected static ILog,log4net Logger
리턴 log4net.ILog

database 보호되어 있는 프로퍼티

Reference to the CmisSync database. It is useful to get the remote path that matches a local path, or vice versa
protected Database,CmisSync.Lib.Database database
리턴 CmisSync.Lib.Database.Database

isFolder 보호되어 있는 프로퍼티

Whether the item is a folder or a file.
protected bool isFolder
리턴 bool

localRelativePath 보호되어 있는 프로퍼티

Local path of the item, relative to the local root Example: adir\afile.txt
protected string localRelativePath
리턴 string

localRoot 보호되어 있는 프로퍼티

Local root of the collection. Example: C:\Users\nico\CmisSync\A Project
protected string localRoot
리턴 string

remoteRelativePath 보호되어 있는 프로퍼티

Remote path of the item, relative to the remote root Example: adir/a
protected string remoteRelativePath
리턴 string

remoteRoot 보호되어 있는 프로퍼티

Remote root of the collection. Example: /sites/aproject
protected string remoteRoot
리턴 string