Click or drag to resize
PostGetPostsByChannelId Method
Gets all posts by the given channel Id.

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

Parameters

channelID
Type: SystemInt32
The channel Id.

Return Value

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