# of days that Site log history should be kept. 0 means unlimited

Namespace: DotNetNuke.Entities.Portals
Assembly: 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

Field Value

# of days sitelog history

Return Value

# of days sitelog history

See Also