IFeedManagerGetByName Method |
Returns the feed with a given name or null if no such feed exists. Only enabled feed are returned.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IFeed GetByName(
string name,
bool ignoreInvisibleFeeds
)
Function GetByName (
name As String,
ignoreInvisibleFeeds As Boolean
) As IFeed
IFeed^ GetByName(
String^ name,
bool ignoreInvisibleFeeds
)
abstract GetByName :
name : string *
ignoreInvisibleFeeds : bool -> IFeed
Parameters
- name
- Type: SystemString
- ignoreInvisibleFeeds
- Type: SystemBoolean
Return Value
Type:
IFeedSee Also