SPClickthroughUsageEntry.ClickType Property
Gets or sets the type of click.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ClickType As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.ClickType
instance.ClickType = value
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