FormsService GetLinkedEntry E  Method frevvo Live Forms
Gets an entry 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 E GetLinkedEntry<E>(
	AtomLink link
)
where E : BaseEntry<E>

Parameters

link
Type: AtomLink
The link
Type Parameters

E
The entry type

Return Value

Type: E
The requested entry
See Also