| MessageDeletePostsByChannelsReverse Method |
Deletes posts that don't belong to the given channels.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public void DeletePostsByChannelsReverse(
IEnumerable<int> channelIds
)
Public Sub DeletePostsByChannelsReverse (
channelIds As IEnumerable(Of Integer)
)
Parameters
- channelIds
- Type: System.Collections.GenericIEnumerableInt32
A list of channel Ids.
See Also