We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c90cc9 commit 3be41c9Copy full SHA for 3be41c9
modules/docs/src/Volo.Docs.Domain/Volo/Docs/Projects/Pdf/DocsProjectPdfGeneratorOptions.cs
@@ -43,12 +43,6 @@ public class DocsProjectPdfGeneratorOptions
43
44
public Func<string, string> DocumentContentNormalizer { get; set; }
45
46
- /// <summary>
47
- /// The maximum number of last versions to cache.
48
- /// If null, all versions will be cached.
49
- /// </summary>
50
- public int? CacheLastVersionsCount { get; set; }
51
-
52
public DocsProjectPdfGeneratorOptions()
53
{
54
HtmlLayout = $@"
0 commit comments