Instantiate a new UploadPictureCommand object by using a input stream of an image.
Namespace: CkSoftware.GroupMe.Sdk.Images.CommandsAssembly: CkSoftware.GroupMe.Sdk.Images (in CkSoftware.GroupMe.Sdk.Images.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax
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