[]
Creates a secondary stream to add to the stream provider's secondary stream array.
public override StreamInfo CreateSecondaryStream(string relativeName, string mimeType, string suggestedFileExtension)
| Type | Name | Description |
|---|---|---|
| string | relativeName | A string value indicating the name to give the secondary stream. The outputFileNamePrefix will be added to the beginning of this name. |
| string | mimeType | A string value indicating the mime type ('image/png', 'text/html', etc). |
| string | suggestedFileExtension | A string value with the suggested file extension to appended to the end of the file name. |
| Type | Description |
|---|---|
| StreamInfo | A StreamInfo for the created primary stream. |