CombinedUploadStorage constructor

namespace: Serenity.Web   assemblySerenity.Net.Services

Creates a new instance of the class

public CombinedUploadStorage(IUploadStorage mainStorage, IUploadStorage subStorage, 
    string subPrefix)
parameter description
mainStorage The main storage
subStorage The sub storage
subPrefix Prefix path for the substorage like "temporary/"

Exceptions

exception condition
ArgumentNullException One of the arguments is null

See Also