SPClickthroughUsageEntry.ClickType property

NOTE: This API is now obsolete.

Gets or sets the type of click.

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

Syntax

'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property ClickType As String
    Get
    Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String

value = instance.ClickType

instance.ClickType = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public string ClickType { get; set; }

Property value

Type: System.String
The type of click.

Remarks

This property identifies the type of the click, such as Search for logging a click on a search result, or Download for clicking to download.

The only values that are logged for clicking in Microsoft SharePoint Server are Search and PageView.

When the user closes the browser, the entry is logged as ApplicationClosed. This is what the User Behavior Analyzer uses as the exit type for the training feedback classifier.

When there is a page request, the entry is logged as PageView.

See also

Reference

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace