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

  NameDescription
Public methodZipDirectoryInfo
Constructor.
Back to Top
Methods

  NameDescription
Public methodCreateSubdirectory
Creates subdirectory.
(Overrides DirectoryInfo CreateSubdirectory(String).)
Public methodDelete
Deletes directory.
(Overrides DirectoryInfo Delete .)
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 methodGetDirectories 
Returns the subdirectories of the current directory.
(Overrides DirectoryInfo GetDirectories .)
Public methodGetDirectories(String)
Returns the subdirectories of the current directory.
(Overrides DirectoryInfo GetDirectories(String).)
Public methodGetDirectories(String, SearchOption)
Returns an array of directories in the current DirectoryInfo matching the given search criteria and using a value to determine whether to search subdirectories.
(Overrides DirectoryInfo GetDirectories(String, SearchOption).)
Public methodGetFiles 
Returns a file list from the current directory.
(Overrides DirectoryInfo GetFiles .)
Public methodGetFiles(String)
Returns a file list from the current directory.
(Overrides DirectoryInfo GetFiles(String).)
Public methodGetFiles(String, SearchOption)
Returns a file list from the current directory.
(Overrides DirectoryInfo GetFiles(String, SearchOption).)
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 methodRegisterDirectory
Registers the subdirectory within the directory
Public methodRegisterFile
Registers the file within the directory
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 MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyCreationTime
Creation time.
(Overrides DirectoryInfo CreationTime.)
Public propertyExists
Whether directory exists.
(Overrides DirectoryInfo Exists.)
Public propertyFullName
Full name of directory (whole path).
(Overrides DirectoryInfo FullName.)
Public propertyLastWriteTime
Last write time to directory.
(Overrides DirectoryInfo LastWriteTime.)
Public propertyName
Name of directory (without path).
(Overrides DirectoryInfo Name.)
Public propertyParent
Parent directory.
(Overrides DirectoryInfo Parent.)
Back to Top
See Also