SPClickthroughUsageEntry.ClickedAssetContentType property
NOTE: This API is now obsolete.
Gets or sets the content type of the clicked asset.
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 ClickedAssetContentType As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.ClickedAssetContentType
instance.ClickedAssetContentType = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public string ClickedAssetContentType { get; set; }
Property value
Type: System.String
The content type of the clicked asset.
See also
Reference
SPClickthroughUsageEntry class