C# 클래스 CmisSync.Lib.RemotePathSyncItem

SyncItem created from a remote file or folder. Its match might or might not exist yet on the local side.
상속: SyncItem
파일 보기 프로젝트 열기: aegif/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
RemotePathSyncItem ( string remoteFolderPath, bool isFolder, RepoInfo repoInfo, Database database ) : System

Use only for folders, not for documents!

RemotePathSyncItem ( string remoteRelativePath, string localFilename, RepoInfo repoInfo, Database database ) : System

Create from the path of a remote file, and the local filename to use.

RemotePathSyncItem ( string remoteFolderPath, string remoteDocumentName, string localFilename, bool isFolder, RepoInfo repoInfo, Database database ) : System

메소드 상세

RemotePathSyncItem() 공개 메소드

Use only for folders, not for documents!
public RemotePathSyncItem ( string remoteFolderPath, bool isFolder, RepoInfo repoInfo, Database database ) : System
remoteFolderPath string Example: /sites/aproject/adir
isFolder bool
repoInfo RepoInfo
database Database
리턴 System

RemotePathSyncItem() 공개 메소드

Create from the path of a remote file, and the local filename to use.
public RemotePathSyncItem ( string remoteRelativePath, string localFilename, RepoInfo repoInfo, Database database ) : System
remoteRelativePath string Example: adir/a
localFilename string Example: afile.txt
repoInfo RepoInfo
database Database
리턴 System

RemotePathSyncItem() 공개 메소드

public RemotePathSyncItem ( string remoteFolderPath, string remoteDocumentName, string localFilename, bool isFolder, RepoInfo repoInfo, Database database ) : System
remoteFolderPath string
remoteDocumentName string
localFilename string
isFolder bool
repoInfo RepoInfo
database Database
리턴 System