ZipStorageProvider MembersKentico 8.0 API Reference
The ZipStorageProvider type exposes the following members.
Constructors

  NameDescription
Public methodZipStorageProvider
Constructor
Back to Top
Methods

  NameDescription
Protected methodCreateDirectoryProviderObject
Creates new directory provider object
(Overrides AbstractStorageProvider CreateDirectoryProviderObject .)
Protected methodCreateFileProviderObject
Creates new directory provider object
(Overrides AbstractStorageProvider CreateFileProviderObject .)
Public methodDispose 
Disposes the object and closes the streams if necessary
Public methodStatic memberDispose(String)
Disposes the storage provider for the given path
Public methodStatic memberDisposeAll
Disposes the zip storage providers
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetDirectoryInfo
Returns new instance of directory info.
(Overrides AbstractStorageProvider GetDirectoryInfo(String).)
Public methodGetFileData
Gets the particular file data
Public methodGetFileEntry
Gets the particular file data
Public methodGetFileInfo
Returns new instance of FileInfo object.
(Overrides AbstractStorageProvider GetFileInfo(String).)
Public methodGetFileStream(String)
Gets a file stream for the given file
Public methodGetFileStream(String, FileMode)
Returns new instance of file stream.
(Overrides AbstractStorageProvider GetFileStream(String, FileMode).)
Public methodGetFileStream(String, FileMode, FileAccess)
Returns new instance of file stream.
(Overrides AbstractStorageProvider GetFileStream(String, FileMode, FileAccess).)
Public methodGetFileStream(String, FileMode, FileAccess, FileShare)
Returns new instance of file stream.
(Overrides AbstractStorageProvider GetFileStream(String, FileMode, FileAccess, FileShare).)
Public methodGetFileStream(String, FileMode, FileAccess, FileShare, Int32)
Returns new instance of file stream.
(Overrides AbstractStorageProvider GetFileStream(String, FileMode, FileAccess, FileShare, Int32).)
Protected methodGetFullPath
Converts the external mapped path to the internal path of the provider
(Inherited from AbstractStorageProvider.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetInternalProvider
Gets the storage provider based on the given path
(Inherited from AbstractStorageProvider.)
Protected methodGetStorageProviderInternal
Gets the storage provider based on the given path
(Inherited from AbstractStorageProvider.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberGetZipFileName
Gets the zip file name with the container brackets
Public methodStatic memberIsZipFolderPath
Gets the zip file path from the given zip folder path. Returns null if the path isn't a zip folder path
Protected methodLoadContents
Loads the contents of the zip file
Public methodMapStoragePath
Maps the given storage path to a specific provider
(Inherited from AbstractStorageProvider.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodRemoveMappedProvider
Removes a mapped provider from the mapped collection
(Inherited from AbstractStorageProvider.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUnMapStoragePath
Removes the mapping to a storage provider
(Inherited from AbstractStorageProvider.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberZIP_END
Ending character for the zip archive within path
Public fieldStatic memberZIP_START
Starting character for the zip archive within path
Back to Top
Properties

  NameDescription
Public propertyCacheData
If true, the loaded data is cached
Public propertyCacheDataLimit
Limit size for the caching of the file data (bytes)
Public propertyStatic memberCompressionBufferSize
Size of buffer used to un/compress packages
Public propertyCustomRootPath
Gets or sets Custom path where files should be stored.
(Inherited from AbstractStorageProvider.)
Public propertyCustomRootUrl
Specifies custom root URL for provider.
(Inherited from AbstractStorageProvider.)
Public propertyDirectoryProviderObject
Returns CMSDirectoryProvider object.
(Inherited from AbstractStorageProvider.)
Public propertyExternalStorageName
Returns name of external storage (if current instance running on external storage).
(Inherited from AbstractStorageProvider.)
Public propertyFilePath
Zip file path
Public propertyFileProviderObject
Returns AbstractFile object.
(Inherited from AbstractStorageProvider.)
Public propertyHasCustomRootPath
Returns whether provider has custom root path.
(Inherited from AbstractStorageProvider.)
Public propertyIsExternalStorage
Returns whether current instance running on external storage.
(Inherited from AbstractStorageProvider.)
Protected propertyMappedPath
Mapped path
(Inherited from AbstractStorageProvider.)
Public propertyName
Provider name
(Overrides AbstractStorageProvider Name.)
Protected propertyParentStorageProvider
Parent storage provider
(Inherited from AbstractStorageProvider.)
Protected propertyProviderAssembly
Custom Provider library assembly.
(Inherited from AbstractStorageProvider.)
Protected propertyProviderAssemblyName
Custom Provider library assembly.
(Inherited from AbstractStorageProvider.)
Public propertyPublicExternalFolderObject
Gets or sets whether external storage folder object (i.e. Container for WA blob storage) has public access or not.
(Inherited from AbstractStorageProvider.)
Public propertyRootDirectory
Root directory
Protected propertyStartingPath
Starting path that the provider will use as prefix in case it is used
(Inherited from AbstractStorageProvider.)
Public propertyZipFile
Zip file info object
Back to Top
See Also