| MessageGetPublishedMessages Method (Int32) |
Returns a list of all published messages.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public static MessageCollection GetPublishedMessages(
int topFolderId
)
Public Shared Function GetPublishedMessages (
topFolderId As Integer
) As MessageCollection
Parameters
- topFolderId
- Type: SystemInt32
Return Value
Type:
MessageCollectionA list of all published messages.
Remarks See Also