FilePlanReport Class

Represents a data source for gathering audit history data.

Inheritance Hierarchy

System.Object
  Microsoft.Office.RecordsManagement.Reporting.FilePlanReport

Namespace:  Microsoft.Office.RecordsManagement.Reporting
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public NotInheritable Class FilePlanReport _
    Implements IReportDataSource, IDisposable
'Usage
Dim instance As FilePlanReport
public sealed class FilePlanReport : IReportDataSource, 
    IDisposable

Remarks

This data source contains the following types of rows of data: An inital row of metadata about the list or document library, a summary row for each content type, a row for the details of each folder, and a row for the details of each retention schedule.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FilePlanReport Members

Microsoft.Office.RecordsManagement.Reporting Namespace