Click or drag to resize
SocialTask Constructor
Initializes a new instance of the SocialTask class

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public SocialTask(
	int messageId,
	SocialTaskSocialTaskType taskType,
	string url,
	DateTime startDate
)

Parameters

messageId
Type: SystemInt32
taskType
Type: Dynamicweb.Content.SocialSocialTaskSocialTaskType
url
Type: SystemString
startDate
Type: SystemDateTime
See Also