IFeedManagerGetByUniqueId Method |
Returns the feed with the given identifier or null if no such feed exists. Only enabled feeds are
returned.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IFeed GetByUniqueId(
int id,
bool ignoreInvisibleFeeds
)
Function GetByUniqueId (
id As Integer,
ignoreInvisibleFeeds As Boolean
) As IFeed
IFeed^ GetByUniqueId(
int id,
bool ignoreInvisibleFeeds
)
abstract GetByUniqueId :
id : int *
ignoreInvisibleFeeds : bool -> IFeed
Parameters
- id
- Type: SystemInt32
- ignoreInvisibleFeeds
- Type: SystemBoolean
Return Value
Type:
IFeedSee Also