CombinedUploadStorage class

namespace: Serenity.Web   assemblySerenity.Net.Services

A combined upload storage implementation that uses two upload storage instances, while serving one of them from a sub path like "/temporary/"

public class CombinedUploadStorage : IUploadStorage

Public Members

name description
CombinedUploadStorage(…) Creates a new instance of the class
ArchiveFile(…)
CopyFrom(…)
DeleteFile(…)
FileExists(…)
GetFileMetadata(…)
GetFiles(…)
GetFileSize(…)
GetFileUrl(…)
OpenFile(…)
PurgeTemporaryFiles()
SetFileMetadata(…)
WriteFile(…)

Protected Members

name description
IsSubPath(…) Returns true if the path is the subpath
UnderSubPath(…) Returns if the path is under sub path

See Also