Click or drag to resize
GooglePlusProviderGetActivities Method
Gets list of activities

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

Parameters

userID
Type: SystemString
ID of the user or page
maxCount
Type: SystemInt32
Number of activities to return

Return Value

Type: ListGooglePlusActivity
See Also