Skip to content

Commit 3be41c9

Browse files
committed
Update DocsProjectPdfGeneratorOptions.cs
1 parent 8c90cc9 commit 3be41c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ public class DocsProjectPdfGeneratorOptions
4343

4444
public Func<string, string> DocumentContentNormalizer { get; set; }
4545

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-
5246
public DocsProjectPdfGeneratorOptions()
5347
{
5448
HtmlLayout = $@"

0 commit comments

Comments
 (0)