UploadPictureCommand Constructor (Stream, String, String)CkSoftware GroupMe SDK - Documentation
Instantiate a new UploadPictureCommand object by using a input stream of an image.

Namespace: CkSoftware.GroupMe.Sdk.Images.Commands
Assembly: CkSoftware.GroupMe.Sdk.Images (in CkSoftware.GroupMe.Sdk.Images.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public UploadPictureCommand(
	Stream pictureStream,
	string name,
	string fileName
)

Parameters

pictureStream
Type: System.IO Stream
The stream of the image.
name
Type: System String
The name of the picture. This will be used by the content-processing for naming a given HTTP content.
fileName
Type: System String
The filename of the picture.
See Also