Method | Description | |
---|---|---|
SocialActivity ( string action, string network, string pagePath = null, string target = null ) : System.Diagnostics |
Create a new SocialActivity with various parameters to be captured.
|
public SocialActivity ( string action, string network, string pagePath = null, string target = null ) : System.Diagnostics | ||
action | string | Social action being performed. |
network | string | Name of the social network being acted upon. |
pagePath | string | Optional path of the page the action occured on. |
target | string | Optional target resource being acted upon. |
return | System.Diagnostics |