C# Class CmisSync.Notifications.FileSystemProgress

Mostra file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
RemoveFileProgress ( string path ) : void

Removes the file progress if available.

SetFileProgress ( string path, double percent ) : void

Method Details

RemoveFileProgress() public static method

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

SetFileProgress() public static method

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