This commit is contained in:
@@ -106,6 +106,18 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region IncludeInTOC
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Include in Auto Table Of Contents")]
|
||||
private LazyLoad<bool> _IncludeInTOC;
|
||||
public bool IncludeInTOC
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _IncludeInTOC, "@IncludeInTOC");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region UseCheckOffs
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Section Uses Checkoffs")]
|
||||
|
Reference in New Issue
Block a user