RemoveDocuments() public method

public RemoveDocuments ( string paths, bool animated ) : void
paths string
animated bool
return void
		async Task MoveDoc (IFile file, DocumentsViewController listC, IFileSystem dest, string destDir, bool animated)
		{
			await ActiveFileSystem.MoveAsync (file, dest, destDir);
			listC.RemoveDocuments (new[]{file.Path}, animated);
		}