| ZipStorageProvider Methods | 
The ZipStorageProvider type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateDirectoryProviderObject | 
            Creates new directory provider object
            (Overrides AbstractStorageProviderCreateDirectoryProviderObject.) | 
|  | CreateFileProviderObject | 
            Creates new directory provider object
            (Overrides AbstractStorageProviderCreateFileProviderObject.) | 
|  | Dispose | 
            Disposes the object and closes the streams if necessary
             | 
|   | Dispose(String) | 
            Disposes the storage provider for the given path
             | 
|   | DisposeAll | 
            Disposes the zip storage providers
             | 
|  | GetDirectoryInfo | 
            Returns new instance of directory info.
            (Overrides AbstractStorageProviderGetDirectoryInfo(String).) | 
|  | GetFileData | 
            Gets the particular file data
             | 
|  | GetFileEntry | 
            Gets the particular file data
             | 
|  | GetFileInfo | 
            Returns new instance of FileInfo object.
            (Overrides AbstractStorageProviderGetFileInfo(String).) | 
|  | GetFileStream(String) | 
            Gets a file stream for the given file
             | 
|  | GetFileStream(String, FileMode) | 
            Returns new instance of file stream.
            (Overrides AbstractStorageProviderGetFileStream(String, FileMode).) | 
|  | GetFileStream(String, FileMode, FileAccess) | 
            Returns new instance of file stream.
            (Overrides AbstractStorageProviderGetFileStream(String, FileMode, FileAccess).) | 
|  | GetFileStream(String, FileMode, FileAccess, FileShare) | 
            Returns new instance of file stream.
            (Overrides AbstractStorageProviderGetFileStream(String, FileMode, FileAccess, FileShare).) | 
|  | GetFileStream(String, FileMode, FileAccess, FileShare, Int32) | 
            Returns new instance of file stream.
            (Overrides AbstractStorageProviderGetFileStream(String, FileMode, FileAccess, FileShare, Int32).) | 
|  | GetFullPath | 
            Converts the external mapped path to the internal path of the provider
            (Inherited from AbstractStorageProvider.) | 
|  | GetInternalProvider | 
            Gets the storage provider based on the given path
            (Inherited from AbstractStorageProvider.) | 
|  | GetStorageProviderInternal | 
            Gets the storage provider based on the given path
            (Inherited from AbstractStorageProvider.) | 
|   | GetZipFileName | 
            Gets the zip file name with the container brackets
             | 
|   | IsZipFolderPath | 
            Gets the zip file path from the given zip folder path. Returns null if the path isn't a zip folder path
             | 
|  | LoadContents | 
            Loads the contents of the zip file
             | 
|  | MapStoragePath | 
            Maps the given storage path to a specific provider
            (Inherited from AbstractStorageProvider.) | 
|  | RemoveMappedProvider | 
            Removes a mapped provider from the mapped collection
            (Inherited from AbstractStorageProvider.) | 
|  | UnMapStoragePath | 
            Removes the mapping to a storage provider
            (Inherited from AbstractStorageProvider.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AsValue | 
            Converts object to a query value which can be used as a query parameter
            (Defined by QueryExtensions.) | 
|  | GetAPIString | 
            Gets the string by the specified resource key
            (Defined by CoreExtensions.) | 
|  | GetString | 
            Gets the string by the specified resource key
            (Defined by CoreExtensions.) | 
|  | ToBoolean | 
            Returns the boolean representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToDateTime | 
            Returns the DateTime representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToDouble | 
            Returns the double representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToGuid | 
            Returns the Guid representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToInteger | 
            Returns the integer representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
|  | ToString | 
            Returns the string representation of an object or default value if not.
            (Defined by CoreExtensions.) | 
 See Also
See Also