Interface IChannel
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Assembly: EPiServer.XForms.dll
Version: 9.12.2
public interface IChannel
Properties
Declaration
string ChannelId { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
Returns
Declaration
Parameters
Type |
Name |
Description |
System.Object |
id |
|
Returns
Declaration
Parameters
Type |
Name |
Description |
IItem |
item |
|
Returns
Type |
Description |
System.Object |
|
Events
Declaration
event ChannelEventHandler ReceiveEvent
Event Type
Declaration
event ChannelEventHandler SendEvent
Event Type
Extension Methods