PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Executes the channel logic for the given channel

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static void ExecuteChannelLogic(
	 context,
	string channelCode
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Sub ExecuteChannelLogic ( _
	context As , _
	channelCode As  _
)

Parameters

context
IRenderContext
The context
channelCode
String
The channel code

See Also

Advanced