Method GetFile
GetFile(string)
Retrieves a MultipartObject instance by its file name.
public MultipartObject? GetFile(string name)
Parameters
name
stringThe filename of the MultipartObject to retrieve.
Returns
- MultipartObject
The MultipartObject instance with the specified filename, or null if no matching file is found.