SPSiteInventoryUsageProvider class

NOTE: This API is now obsolete.

Usage provider for site inventory.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPUsageDefinition
        Microsoft.SharePoint.Administration.SPUsageProvider
          Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider

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

Syntax

'Declaration
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
<GuidAttribute("4eef28b4-97d9-4f29-b18e-d75eacd0f1d4")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPSiteInventoryUsageProvider _
    Inherits SPUsageProvider
'Usage
Dim instance As SPSiteInventoryUsageProvider
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
[GuidAttribute("4eef28b4-97d9-4f29-b18e-d75eacd0f1d4")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPSiteInventoryUsageProvider : SPUsageProvider

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

SPSiteInventoryUsageProvider members

Microsoft.SharePoint.Administration namespace