Click or drag to resize
PostGetPostsByMessageId Method
Gets all posts by the given message Id.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public static PostCollection GetPostsByMessageId(
	int messageID
)

Parameters

messageID
Type: SystemInt32

Return Value

Type: PostCollection
All posts with the given message Id.
See Also