Added new property to DocStyle named ShowSectionTitles
This commit is contained in:
parent
4080ac83a5
commit
54bae90bfb
@ -118,6 +118,18 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region ShowSectionTitles
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Should Section Titles be shown")]
|
||||
private LazyLoad<bool> _ShowSectionTitles;
|
||||
public bool ShowSectionTitles
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ShowSectionTitles, "@ShowSectionTitles");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region IncludeInTOC
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Include in Auto Table Of Contents")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user