Browse Source

Update DocsProjectPdfGeneratorOptions.cs

pull/22922/head
SALİH ÖZKARA 1 year ago
parent
commit
3be41c9acd
  1. 6
      modules/docs/src/Volo.Docs.Domain/Volo/Docs/Projects/Pdf/DocsProjectPdfGeneratorOptions.cs

6
modules/docs/src/Volo.Docs.Domain/Volo/Docs/Projects/Pdf/DocsProjectPdfGeneratorOptions.cs

@ -43,12 +43,6 @@ public class DocsProjectPdfGeneratorOptions
public Func<string, string> DocumentContentNormalizer { get; set; }
/// <summary>
/// The maximum number of last versions to cache.
/// If null, all versions will be cached.
/// </summary>
public int? CacheLastVersionsCount { get; set; }
public DocsProjectPdfGeneratorOptions()
{
HtmlLayout = $@"

Loading…
Cancel
Save