C# Класс CmisSync.Lib.SyncItem

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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