# of days that Site log history should be kept. 0 means unlimited
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[XmlElementAttribute("siteloghistory")] [ObsoleteAttribute("Deprecated in 8.0.0")] public int SiteLogHistory { get; set; } |
Visual Basic |
---|
<XmlElementAttribute("siteloghistory")> <ObsoleteAttribute("Deprecated in 8.0.0")> Public Property SiteLogHistory As Integer Get Set |