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