Simple insert for media resources

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

Syntax

C#
public AtomEntry Insert(

	Uri uriTarget,

	Stream input,

	string contentType,

	string slugHeader

)
Visual Basic (Declaration)
Public Function Insert ( _

	uriTarget As Uri, _

	input As Stream, _

	contentType As String, _

	slugHeader As String _

) As AtomEntry
Visual C++
public:

virtual AtomEntry^ Insert(

	Uri^ uriTarget, 

	Stream^ input, 

	String^ contentType, 

	String^ slugHeader

) sealed

Parameters

uriTarget
Type: System..::.Uri
input
Type: System.IO..::.Stream
contentType
Type: System..::.String
slugHeader
Type: System..::.String
the value for the slug header, indicating filenaming

Return Value

AtomEntry

Implements

IService..::.Insert(Uri, Stream, String, String)

See Also