Click or drag to resize
IFeedManagerGetByName Method
Returns the feed with a given name or null if no such feed exists. Only enabled feed are returned.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IFeed GetByName(
	string name,
	bool ignoreInvisibleFeeds
)

Parameters

name
Type: SystemString
ignoreInvisibleFeeds
Type: SystemBoolean

Return Value

Type: IFeed
See Also