Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CmisSync
Console
CmisSyncOnce
C# 클래스 CmisSync.Console.CmisSyncOnce
Utility that performs a single synchronization. Useful for scripts, cron or command-line usage.
파일 보기
프로젝트 열기: keithwharrison/Oris4Sync
1 사용 예제들
공개 메소드들
메소드
설명
Main
(
string
args
) :
void
Main method, pass folder name as argument.
비공개 메소드들
메소드
설명
Init
(
string
folderName
) :
void
Load folder configuration.
Sync
( ) :
void
Synchronize folder.
메소드 상세
Main()
공개
정적인
메소드
Main method, pass folder name as argument.
public
static
Main
(
string
args
) :
void
args
string
리턴
void