Skip to content

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(…) Initializes a new instance of the class.
ArchiveFile(…)
CopyFrom(…)
DeleteFile(…)
FileExists(…)
GetFileMetadata(…)
GetFiles(…)
GetFileSize(…)
GetFileUrl(…)
OpenFile(…)
PurgeTemporaryFiles()
SetFileMetadata(…)
WriteFile(…)

Protected Members

name description
IsSubPath(…) Returns a value indicating whether the path is the sub path.
UnderSubPath(…) Returns a value indicating whether the path is under the sub path.

See Also