returns a new batchfeed with all the currently dirty entries in it

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public AtomFeed CreateBatchFeed(

	GDataBatchOperationType defaultOperation

)
Visual Basic (Declaration)
Public Function CreateBatchFeed ( _

	defaultOperation As GDataBatchOperationType _

) As AtomFeed
Visual C++
public:

AtomFeed^ CreateBatchFeed(

	GDataBatchOperationType defaultOperation

)

Parameters

defaultOperation
Type: Google.GData.Client..::.GDataBatchOperationType
the default operation to execute

Return Value

AtomFeed

See Also