[]
Ensures a unquie fille name
protected virtual FileInfo GetUniqueFile(string mimeType, string fileExtension, string prefix)
Type | Name | Description |
---|---|---|
string | mimeType | a string value indicating the mime type for the primary stream. |
string | fileExtension | a string value indicating the file extension to use for the primary stream. |
string | prefix | a string value indicating the value to place before the file extension |
Type | Description |
---|---|
FileInfo | a FileInfo for the stream to use. |