C# 클래스 CmisSync.Lib.ClientBrandBase

The Base Class (template) for Client Brand support, based on CMIS The client code should derive from this class to support client brand
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
GetFile ( string pathname, Stream output ) : bool

Get the content for the client brand file

GetFileDateTime ( string pathname, System.DateTime &date ) : bool

Get the DateTime for the client brand file

SetupServer ( ServerCredentials credentials ) : bool

Setup the CMIS server to support Client Brand

TestServer ( ServerCredentials credentials ) : bool

Check if the CMIS server holds the client brand files

비공개 메소드들

메소드 설명
GetRepo ( ServerCredentials credentials ) : IRepository

메소드 상세

GetFile() 공개 메소드

Get the content for the client brand file
public GetFile ( string pathname, Stream output ) : bool
pathname string Client brand file path
output Stream Stream to hold the client brand file
리턴 bool

GetFileDateTime() 공개 메소드

Get the DateTime for the client brand file
public GetFileDateTime ( string pathname, System.DateTime &date ) : bool
pathname string Client brand file path
date System.DateTime The DateTime for the client brand file
리턴 bool

SetupServer() 공개 메소드

Setup the CMIS server to support Client Brand
public SetupServer ( ServerCredentials credentials ) : bool
credentials CmisSync.Lib.Config.ServerCredentials
리턴 bool

TestServer() 공개 메소드

Check if the CMIS server holds the client brand files
public TestServer ( ServerCredentials credentials ) : bool
credentials CmisSync.Lib.Config.ServerCredentials
리턴 bool