Click or drag to resize
MessageDeletePostsByChannelsReverse Method
Deletes posts that don't belong to the given channels.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public void DeletePostsByChannelsReverse(
	IEnumerable<int> channelIds
)

Parameters

channelIds
Type: System.Collections.GenericIEnumerableInt32
A list of channel Ids.
See Also