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
Показать файл Открыть проект

Открытые методы

Метод Описание
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