| AdapterGetMetrics Method |
Get post metrics data
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public virtual PostMetrics GetMetrics(
PostMetricsRequest request
)
Public Overridable Function GetMetrics (
request As PostMetricsRequest
) As PostMetrics
Parameters
- request
- Type: Dynamicweb.Content.Social.MetricsPostMetricsRequest
The request post metrics
Return Value
Type:
PostMetricsReturns the post metrics data
See Also