C# Class CmisSync.Lib.LocalPathSyncItem

SyncItem created from a local file or folder. Its match might or might not exist yet on the server side.
Inheritance: SyncItem
Mostrar archivo Open project: aegif/CmisSync

Public Methods

Method Description
LocalPathSyncItem ( string localPath, bool isFolder, RepoInfo repoInfo, Database database ) : System
LocalPathSyncItem ( string localPrefix, string localPath, string remotePrefix, string remotePath, bool isFolder ) : System

Method Details

LocalPathSyncItem() public method

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

LocalPathSyncItem() public method

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