SPFolder.Audit Property

Gets the auditing object associated with the folder.

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

Syntax

Public ReadOnly Property Audit As SPAudit
    Get

Dim instance As SPFolder
Dim value As SPAudit

value = instance.Audit
public SPAudit Audit { get; }

Property Value

Type: Microsoft.SharePoint.SPAudit
An SPAudit object associated with the folder.

See Also

Reference

SPFolder Class

SPFolder Members

Microsoft.SharePoint Namespace