Name | Description | |
---|---|---|
ZippedFolder Constructor | Overloaded. |
The following tables list the members exposed by ZippedFolder.
Name | Description | |
---|---|---|
ZippedFolder Constructor | Overloaded. |
Name | Description | |
---|---|---|
m_isRoot | Identifies if this folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
Name | Description | |
---|---|---|
Attributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.FileSystemItem) | |
Comment | Gets or sets the folder's comment. | |
CreationDateTime | Gets or sets the creation date and time of the item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DiskNumber | Gets a value indicating on which disk or in which split zip file part the folder is located. | |
Exists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.AbstractFolder) | |
ExtraHeaders | Gets or sets the folder's extra headers. | |
FullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HeaderSize | Gets a value indicating the size in bytes of the local header that describes the folder item in the zip archive. | |
HostedFullName | Gets a human-readable full pathname representing the fully qualified path of all host files containing the item and the path of the item itself. (Inherited from Xceed.FileSystem.AbstractFolder) | |
HostFile | Overridden. Gets the zip archive file containing this zipped folder entry. | |
IsRoot | Gets a value indicating if the folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
Name | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
ParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
Persistent | Gets or sets a value that indicates whether the folder entry will be persisted in the Zip archive. | |
RelativeOffset | Gets a value indicating the byte offset from the start of the first disk on which this zipped folder appears, to where the local header that describes the folder item is located. | |
RootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
TextEncoding | Gets the default text encoding that will be applied to files that are added to the zip folder. | |
UnicodeUsagePolicy | Gets the default Unicode usage policy that will be applied to files that are added to the zip folder. |
Name | Description | |
---|---|---|
BatchUpdateable | Gets the Xceed.FileSystem.IBatchUpdateable implementation for this item, or null (Nothing in Visual Basic) if this item does not support this interface. (Inherited from Xceed.FileSystem.FileSystemItem) | |
DoAttributes | Overridden. Gets or sets the attributes of the item. | |
DoCreationDateTime | Overridden. Gets or sets the creation date and time of the item. | |
DoExists | Overridden. Gets a boolean value indicating if the item physically exists. | |
DoFullName | Overridden. Gets the full name of the item. | |
DoHasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoHasCreationDateTime | Overridden. Gets a boolean value indicating if the folder supports having a creation date and time. | |
DoHasLastAccessDateTime | Overridden. Gets a boolean value indicating if the folder supports having a last access date and time. | |
DoHasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoIsRoot | Gets a boolean value indicating if the folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoLastAccessDateTime | Overridden. Gets or sets the last access date and time of the folder. | |
DoLastWriteDateTime | Overridden. Gets or sets the modification date and time of the item. | |
DoName | Overridden. Gets or sets the filename, without path, of the item. | |
DoParentFolder | Overridden. Gets a reference to the parent folder of this item. | |
DoRootFolder | Overridden. Gets a reference to the root folder of this item. | |
InvalidChars | Overridden. |
Name | Description | |
---|---|---|
ApplyPropertiesTo | Overloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) | |
CopyFilesTo | Overloaded. Copies the folder's content to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
CopyItemsTo | Overloaded. Copies the folder's items (files and empty folders) to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
CopyTo | Overloaded. Copies the item to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
Create | Overloaded. Creates the physical item represented by this Xceed.FileSystem.FileSystemItem object. (Inherited from Xceed.FileSystem.AbstractFolder) | |
CreateFile | Overloaded. Creates a new file in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
CreateFolder | Overloaded. Creates a new folder in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
CreateObjRef | (Inherited from Xceed.FileSystem.AbstractFolder) | |
CreateTempFile | Creates the temporary file. (Inherited from Xceed.FileSystem.AbstractFolder) | |
Delete | Overloaded. Permanently deletes the physical item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
GetFile | Overloaded. Returns an Xceed.FileSystem.AbstractFile object that represents a file contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
GetFiles | Overloaded. Returns a filtered list of files contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
GetFolder | Overloaded. Returns an Xceed.FileSystem.AbstractFolder object that represents a folder contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
GetFolders | Overloaded. Returns a filtered list of folders contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
GetItems | Overloaded. Returns a list of items contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
GetLifetimeService | (Inherited from Xceed.FileSystem.AbstractFolder) | |
GetMetadata | (Inherited from Xceed.FileSystem.AbstractFolder) | |
InitializeLifetimeService | (Inherited from Xceed.FileSystem.AbstractFolder) | |
IsSameAs | Overridden. Gets a boolean value indicating if the source and target items represent the same physical entity. | |
MoveFilesTo | Overloaded. Moves the folder's content to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
MoveItemsTo | Overloaded. Moves the folder's items (files and empty folders) to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
MoveTo | Overloaded. Moves the item to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
SetFullName | ||
SetName | (Inherited from Xceed.FileSystem.AbstractFolder) | |
ToString | Returns the full name of the item. (Inherited from Xceed.FileSystem.AbstractFolder) |
Name | Description | |
---|---|---|
ApplyPropertiesToCore | (Inherited from Xceed.FileSystem.FileSystemItem) | |
BuildList | Builds a list of Xceed.FileSystem.FileSystemItem objects to process. (Inherited from Xceed.FileSystem.AbstractFolder) | |
BuildListForCreate | Handles the special cases in regards to building the list of items to process when creating a Xceed.FileSystem.FileSystemItem object. (Inherited from Xceed.FileSystem.AbstractFolder) | |
CreateFileMultiThreadItem | (Inherited from Xceed.FileSystem.AbstractFolder) | |
CreateFolderMultiThreadItem | (Inherited from Xceed.FileSystem.AbstractFolder) | |
CreateSession | Overloaded. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoApplyPropertiesFrom | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoApplyPropertiesTo | Copies the zipped folder's properties to another item. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoCopyTo | Copies the folder to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoCreate | Overridden. Creates the physical zipped folder. | |
DoDelete | Overridden. Permanently deletes the physical zipped folder. | |
DoGetChildItems | Overridden. Retrieves an array of Xceed.FileSystem.FileSystemItem objects contained within the zipped folder. | |
DoGetFile | Overridden. Retrieves a reference to an Xceed.FileSystem.AbstractFile object contained within the zipped folder. | |
DoGetFiles | Retrieves an array of Xceed.FileSystem.AbstractFile objects. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoGetFolder | Overridden. Retrieves a reference to an Xceed.FileSystem.AbstractFolder object contained within the zipped folder. | |
DoGetFolders | Retrieves an array of Xceed.FileSystem.AbstractFolder objects. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoGetItems | Retrieves an array of Xceed.FileSystem.FileSystemItem objects. (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoGetMetadata | Overridden. | |
DoMoveTo | (Inherited from Xceed.FileSystem.AbstractFolder) | |
DoRefresh | Overridden. Re-reads the information from the physical item. | |
DoSetMetadata | Overridden. | |
EnsureDateIsValid | Overridden. Ensures that the System.DateTime value is valid. | |
Finalize | Allows the ZippedFolder object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
IsPathRooted | Overridden. Returns a boolean value indicating if the path passed is rooted. | |
IsPublicException | (Inherited from Xceed.FileSystem.AbstractFolder) | |
ListCopyTo | Overridden. Copies each item in the Xceed.FileSystem.FileSystemEventsSession object's list to each item's destination. | |
ListCopyToCore | Copies the item pair's current Xceed.FileSystem.FileSystemItem to its target Xceed.FileSystem.FileSystemItem. (Inherited from Xceed.FileSystem.AbstractFolder) | |
ListCreate | Creates each item in the Xceed.FileSystem.FileSystemEventsSession object's list. (Inherited from Xceed.FileSystem.AbstractFolder) | |
ListCreateCore | Creates the item pair's current Xceed.FileSystem.FileSystemItem. (Inherited from Xceed.FileSystem.AbstractFolder) | |
ListDelete | Deletes each item in the Xceed.FileSystem.FileSystemEventsSession object's list. (Inherited from Xceed.FileSystem.AbstractFolder) | |
ListDeleteCore | Deletes the item pair's current Xceed.FileSystem.FileSystemItem. (Inherited from Xceed.FileSystem.AbstractFolder) | |
ListMoveTo | Moves each item in the Xceed.FileSystem.FileSystemEventsSession object's list to each item's destination. (Inherited from Xceed.FileSystem.AbstractFolder) | |
ListMoveToCore | Moves the item pair's current Xceed.FileSystem.FileSystemItem to its target Xceed.FileSystem.FileSystemItem. (Inherited from Xceed.FileSystem.AbstractFolder) | |
MemberwiseClone | Overloaded. (Inherited from Xceed.FileSystem.AbstractFolder) | |
NeedsApplyPropertiesTo | (Inherited from Xceed.FileSystem.AbstractFolder) | |
OnCreated | Overridden. Called when a client explicitly calls Create. | |
OnSessionCreated | (Inherited from Xceed.FileSystem.AbstractFolder) | |
OnSessionCreatedDestination | Overridden. |