SPAuditEntry.DocLocation property

Gets the location of an audited object at the time of the audited event.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property DocLocation As String
    Get
'Usage
Dim instance As SPAuditEntry
Dim value As String

value = instance.DocLocation
public string DocLocation { get; }

Property value

Type: System.String
A String representing the location of the object being audited.

Remarks

If the object was downloaded and the event took place on the local computer, DocLocation is a local path.

See also

Reference

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace