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