FileUploadWebApiCommandParameter Constructor (Stream, String, String)CkSoftware GroupMe SDK - Documentation
Instantiate a new FileUploadWebApiCommandParameter using the given fileData stream, name and filename.

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

public FileUploadWebApiCommandParameter(
	Stream fileData,
	string name,
	string fileName
)

Parameters

fileData
Type: System.IO Stream
The stream which should be used as file-upload.
name
Type: System String
The name of the upload. This will be used by the content-processing for naming a given HTTP content.
fileName
Type: System String
The file-name of the given file.
See Also