Class ConvertingInfo
Defines settings about file converting.
Inheritance
System.Object
ConvertingInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pagene.BlogSettings
Assembly: Pagene.BlogSettings.dll
Syntax
public static class ConvertingInfo
Properties
| Improve this Doc View SourceRecentPostsCount
Defines how many files are appeared on recent.json.
Declaration
public static int RecentPostsCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SummaryLength
Defines length of the summary. Useless if UseSummary is false.
Declaration
public static int SummaryLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
UseSummary
Defines if summary is generated to blog entry.
Declaration
public static bool UseSummary { get; }
Property Value
Type | Description |
---|---|
System.Boolean |