Sitecore 5.1.1 API

Settings.AuditFile Property

Gets the path to the audit file.

[Visual Basic]
Public Shared ReadOnly Property AuditFile As String
[C#]
public static string AuditFile {get;}

Property Value

The file path to the audit file. Default value: "" (empty string).

Remarks

The file path is returned as a physical file path.

The name of the web.config setting is "AuditFile".

See Also

Settings Class | Sitecore.Configuration Namespace