SPClickthroughUsageEntry.ISerializableUsageEntry.GetObjectData method
NOTE: This API is now obsolete.
Used by the framework to deserialize and populate this object.
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.")> _
Private Sub GetObjectData ( _
info As SPKeyValuePairSerializationInfo _
) Implements ISerializableUsageEntry.GetObjectData
'Usage
Dim instance As SPClickthroughUsageEntry
Dim info As SPKeyValuePairSerializationInfo
CType(instance, ISerializableUsageEntry).GetObjectData(info)
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
void ISerializableUsageEntry.GetObjectData(
SPKeyValuePairSerializationInfo info
)
Parameters
info
Type: Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfoA [Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo] collection of KeyValuePair objects. The objects have all the data needed to instantiate this object.
Implements
ISerializableUsageEntry.GetObjectData(SPKeyValuePairSerializationInfo)
See also
Reference
SPClickthroughUsageEntry class