| PostGetPostsByChannelId Method |
Gets all posts by the given channel Id.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public static PostCollection GetPostsByChannelId(
int channelID
)
Public Shared Function GetPostsByChannelId (
channelID As Integer
) As PostCollection
Parameters
- channelID
- Type: SystemInt32
The channel Id.
Return Value
Type:
PostCollectionAll posts with the given channel Id.
See Also