FormsService GetLinkedFeed F, E, Q  Method frevvo Live Forms
Gets a feed using the specified link.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public F GetLinkedFeed<F, E, Q>(
	AtomLink link
)
where F : BaseFeed<F, E, Q>
where E : new(), BaseEntry<E>
where Q : new(), BaseQuery

Parameters

link
Type: AtomLink
The link
Type Parameters

F
The feed type
E
The entry type
Q
The query type

Return Value

Type: F
The requested feed
See Also