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

  NameDescription
Public methodZipProvider
Constructor - Creates ZIP provider.
Back to Top
Methods

  NameDescription
Public methodAddDirectory(String)
Adds directory to archive.
Public methodAddDirectory(String, Boolean)
Adds directory to archive.
Public methodAddFile
Adds file to archive.
Public methodAddFileFromStream
Adds the file from the given stream to the archive.
Public methodDispose 
Disposes managed and unmanaged resources.
Protected methodDispose(Boolean)
Disposes managed and unmanaged resources.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodExtract
Extraxts entry from archive.
Public methodExtractAll(String)
Extracts all entries of the specific archive.
Public methodExtractAll(String, Boolean)
Extracts all entries of the specific archive.
Protected methodFinalize
Destructor.
(Overrides OnlineObject Finalize .)
Public methodGetEnumerator
Gets the enumerator.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberRead(String)
Reades specific archive.
Public methodStatic memberRead(String, Boolean)
Reades specific archive.
Public methodSave
Saves created archive.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
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 MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToList ZipEntry, TTo 
Converts the given collection to a list of values
(Defined by BaseExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Back to Top
Properties

  NameDescription
Public propertyItem
Gets the entry from archive.
Public propertyName
Gets name.
Back to Top
See Also