Click or drag to resize
ChannelGetChannelById Method
Returns the channel by its Id.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public static Channel GetChannelById(
	int id
)

Parameters

id
Type: SystemInt32
Channel Id.

Return Value

Type: Channel
A channel with the given Id or null (Nothing in Visual Basic) if the channel with the given Id doesn't exist.
Remarks