UserFeed Insert TEntry  Method frevvo Live Forms
Uses the set service to insert a new entry.

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

public override TEntry Insert<TEntry>(
	TEntry newEntry
)
where TEntry : AtomEntry

Parameters

newEntry
Type: TEntry
the atomEntry to insert into the feed
Type Parameters

TEntry
The entry type

Return Value

Type: TEntry
the entry as echoed back from the server. The entry is NOT added to the feeds collection
See Also