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
Afficher le fichier Open project: aegif/CmisSync

Méthodes publiques

Méthode 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 méthode

public LocalPathSyncItem ( string localPath, bool isFolder, RepoInfo repoInfo, Database database ) : System
localPath string
isFolder bool
repoInfo RepoInfo
database Database
Résultat System

LocalPathSyncItem() public méthode

public LocalPathSyncItem ( string localPrefix, string localPath, string remotePrefix, string remotePath, bool isFolder ) : System
localPrefix string
localPath string
remotePrefix string
remotePath string
isFolder bool
Résultat System