SPClickthroughUsageDefinition class

NOTE: This API is now obsolete.

Used for Assistance Platform team analytics logging.

Inheritance hierarchy

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

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

Syntax

'Declaration
<GuidAttribute("09DC251C-3DE6-4dc1-8337-63EF20350089")> _
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPClickthroughUsageDefinition _
    Inherits SPUsageProvider
'Usage
Dim instance As SPClickthroughUsageDefinition
[GuidAttribute("09DC251C-3DE6-4dc1-8337-63EF20350089")]
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPClickthroughUsageDefinition : 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

SPClickthroughUsageDefinition members

Microsoft.SharePoint.Administration namespace