C# Класс CmisSync.Notifications.FileSystemProgress

Показать файл Открыть проект

Открытые методы

Метод Описание
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