Share via


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)
Available in Sandboxed Solutions: No

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