RSS.NET

RssModule.IsBoundTo Method 

Check if a particular channel is bound to this module

[Visual Basic]
Public Function IsBoundTo( _
   ByVal channelHashCode As Integer _
) As Boolean
[C#]
public bool IsBoundTo(
   int channelHashCode
);

Parameters

channelHashCode
Hash code of the channel

Return Value

true if this channel is bound to this module, otherwise false

See Also

RssModule Class | Rss Namespace