Click or drag to resize
IFeedManagerGetByUniqueId Method
Returns the feed with the given identifier or null if no such feed exists. Only enabled feeds are returned.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IFeed GetByUniqueId(
	int id,
	bool ignoreInvisibleFeeds
)

Parameters

id
Type: SystemInt32
ignoreInvisibleFeeds
Type: SystemBoolean

Return Value

Type: IFeed
See Also