Click or drag to resize
GooglePlusProvider.GetActivities Method
Gets list of activities

Namespace: CMS.SocialMedia
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public static List<GooglePlusActivity> GetActivities(
	string userID,
	int maxCount
)

Parameters

userID
Type: System.String
ID of the user or page
maxCount
Type: System.Int32
Number of activities to return

Return Value

Type: List<GooglePlusActivity>
See Also