C# 클래스 CmisSync.Notifications.FileSystemProgress

파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
RemoveFileProgress ( string path ) : void

Removes the file progress if available.

SetFileProgress ( string path, double percent ) : void

메소드 상세

RemoveFileProgress() 공개 정적인 메소드

Removes the file progress if available.
public static RemoveFileProgress ( string path ) : void
path string Path of the file/folder
리턴 void

SetFileProgress() 공개 정적인 메소드

public static SetFileProgress ( string path, double percent ) : void
path string
percent double
리턴 void