Performs processing of newly uploaded media content. This method is called after the objects have been created, but before they have been saved to the data store. Manual saving inside this method is therefore not necessary.

public abstract Task<FileUploadHandlerAction> HandleFileUploadedAsync(LocalizableContentModel content, string fileId, string mediaType, string urlName)
Returns:
Task<FileUploadHandlerAction>

Parameters

fileId string
mediaType string
urlName string
In this article