namespace Knoks.Framework.Document
{
public interface IDocumentOptions
bool Replace { get; set; }
string UploadDirectoryPath { get; set; }
string DownloadDirectoryPath { get; set; }
}