Name | Description | |
---|---|---|
DiskFolder Constructor | Overloaded. |
The following tables list the members exposed by DiskFolder.
Name | Description | |
---|---|---|
DiskFolder 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) | |
CreationDateTime | Gets or sets the creation date and time of the item. (Inherited from AbstractFolder) | |
CreationDateTimeUtc | ||
Exists | Gets a boolean value indicating if the item physically exists. (Inherited from AbstractFolder) | |
FullName | Gets the full name of the item. (Inherited from AbstractFolder) | |
HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from AbstractFolder) | |
HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from AbstractFolder) | |
HasCreationDateTimeUtc | ||
HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from AbstractFolder) | |
HasLastAccessDateTimeUtc | ||
HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from AbstractFolder) | |
HasLastWriteDateTimeUtc | ||
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 AbstractFolder) | |
HostFile | Gets an AbstractFile containing an archived version of this FileSystemItem. (Inherited from AbstractFolder) | |
IsRoot | Gets a value indicating if the folder is a root folder. (Inherited from AbstractFolder) | |
LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from AbstractFolder) | |
LastAccessDateTimeUtc | ||
LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from AbstractFolder) | |
LastWriteDateTimeUtc | ||
Name | Gets or sets the filename, without path, of the item. (Inherited from AbstractFolder) | |
ParentFolder | Gets a reference to the parent folder of this item. (Inherited from AbstractFolder) | |
ReparsePointTags | ||
RootFolder | Gets a reference to the root folder of this item. (Inherited from AbstractFolder) |
Name | Description | |
---|---|---|
BatchUpdateable | Overridden. Gets the IBatchUpdateable implementation for this item | |
DoAttributes | Overridden. Gets or sets the attributes of the item. | |
DoCreationDateTime | Overridden. Gets or sets the creation date and time of the item. | |
DoCreationDateTimeUtc | ||
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.FileSystemItem) | |
DoHasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from AbstractFolder) | |
DoHasCreationDateTimeUtc | ||
DoHasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from AbstractFolder) | |
DoHasLastAccessDateTimeUtc | ||
DoHasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from AbstractFolder) | |
DoHasLastWriteDateTimeUtc | ||
DoIsRoot | Gets a boolean value indicating if the folder is a root folder. (Inherited from AbstractFolder) | |
DoLastAccessDateTime | Overridden. Gets or sets the last access date and time of the item. | |
DoLastAccessDateTimeUtc | ||
DoLastWriteDateTime | Overridden. Gets or sets the modification date and time of the item. | |
DoLastWriteDateTimeUtc | ||
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. | |
FileType | ||
FolderType | ||
InvalidChars | Gets the characters that are invalid in file and folder names. (Inherited from AbstractFolder) | |
IOHandler |
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 AbstractFolder) | |
CopyItemsTo | Overloaded. Copies the folder's items (files and empty folders) to another folder. (Inherited from AbstractFolder) | |
CopyTo | Overloaded. Copies the item to another folder. (Inherited from AbstractFolder) | |
Create | Overloaded. Creates the physical item represented by this FileSystemItem object. (Inherited from AbstractFolder) | |
CreateFile | Overloaded. Creates a new file in the folder. (Inherited from AbstractFolder) | |
CreateFolder | Overloaded. Creates a new folder in the folder. (Inherited from AbstractFolder) | |
CreateObjRef | (Inherited from AbstractFolder) | |
CreateTempFile | Creates the temporary file. (Inherited from AbstractFolder) | |
Delete | Overloaded. Permanently deletes the physical item. (Inherited from AbstractFolder) | |
GetFile | Overloaded. Returns an AbstractFile object that represents a file contained in the folder. (Inherited from AbstractFolder) | |
GetFiles | Overloaded. Returns a filtered list of files contained in the folder. (Inherited from AbstractFolder) | |
GetFolder | Overloaded. Returns an AbstractFolder object that represents a folder contained in the folder. (Inherited from AbstractFolder) | |
GetFolders | Overloaded. Returns a filtered list of folders contained in the folder. (Inherited from AbstractFolder) | |
GetItems | Overloaded. Returns a list of items contained in the folder. (Inherited from AbstractFolder) | |
GetLifetimeService | (Inherited from AbstractFolder) | |
GetMetadata | (Inherited from AbstractFolder) | |
InitializeLifetimeService | (Inherited from AbstractFolder) | |
IsReparseTagNameSurrogate | ||
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 AbstractFolder) | |
MoveItemsTo | Overloaded. Moves the folder's items (files and empty folders) to another folder. (Inherited from AbstractFolder) | |
MoveTo | Overloaded. Moves the item to another folder. (Inherited from AbstractFolder) | |
Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from AbstractFolder) | |
SetName | (Inherited from AbstractFolder) | |
ToString | Returns the full name of the item. (Inherited from AbstractFolder) |
Name | Description | |
---|---|---|
ApplyPropertiesToCore | (Inherited from Xceed.FileSystem.FileSystemItem) | |
BuildList | Builds a list of FileSystemItem objects to process. (Inherited from AbstractFolder) | |
BuildListForCreate | Handles the special cases in regards to building the list of items to process when creating a FileSystemItem object. (Inherited from AbstractFolder) | |
CreateFileInstance | Overloaded. | |
CreateFileMultiThreadItem | (Inherited from AbstractFolder) | |
CreateFolderInstance | Overloaded. | |
CreateFolderMultiThreadItem | (Inherited from AbstractFolder) | |
CreateSession | Overloaded. (Inherited from AbstractFolder) | |
DoApplyPropertiesFrom | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from AbstractFolder) | |
DoApplyPropertiesTo | Copies the item's properties to another item. (Inherited from AbstractFolder) | |
DoCopyTo | Copies the folder to another folder. (Inherited from AbstractFolder) | |
DoCreate | Overridden. Creates the physical folder. | |
DoDelete | Overridden. Permanently deletes the physical folder. | |
DoGetChildItems | Overridden. Retrieves an array of FileSystemItem objects. | |
DoGetFile | Overridden. Retrieves a reference to an AbstractFile object. | |
DoGetFiles | Retrieves an array of AbstractFile objects. (Inherited from AbstractFolder) | |
DoGetFolder | Overridden. Retrieves a reference to an AbstractFolder object. | |
DoGetFolders | Retrieves an array of AbstractFolder objects. (Inherited from AbstractFolder) | |
DoGetItems | Retrieves an array of FileSystemItem objects. (Inherited from AbstractFolder) | |
DoGetMetadata | (Inherited from AbstractFolder) | |
DoMoveTo | (Inherited from AbstractFolder) | |
DoRefresh | Overridden. Re-reads the information from the physical item. | |
DoSetMetadata | (Inherited from AbstractFolder) | |
EnsureDateIsValid | Ensures that the System.DateTime value is valid. (Inherited from AbstractFolder) | |
IsPathRooted | Overridden. Returns a boolean value indicating if the path passed is rooted. | |
IsPublicException | (Inherited from AbstractFolder) | |
ListCopyTo | Copies each item in the FileSystemEventsSession object's list to each item's destination. (Inherited from AbstractFolder) | |
ListCopyToCore | Copies the item pair's current FileSystemItem to its target FileSystemItem. (Inherited from AbstractFolder) | |
ListCreate | Creates each item in the FileSystemEventsSession object's list. (Inherited from AbstractFolder) | |
ListCreateCore | Creates the item pair's current FileSystemItem. (Inherited from AbstractFolder) | |
ListDelete | Deletes each item in the FileSystemEventsSession object's list. (Inherited from AbstractFolder) | |
ListDeleteCore | Deletes the item pair's current FileSystemItem. (Inherited from AbstractFolder) | |
ListMoveTo | Moves each item in the FileSystemEventsSession object's list to each item's destination. (Inherited from AbstractFolder) | |
ListMoveToCore | Moves the item pair's current FileSystemItem to its target FileSystemItem. (Inherited from AbstractFolder) | |
MemberwiseClone | Overloaded. (Inherited from AbstractFolder) | |
NeedsApplyPropertiesTo | (Inherited from AbstractFolder) | |
OnCreated | Called when a client explicitly calls Create. (Inherited from AbstractFolder) | |
OnSessionCreated | (Inherited from AbstractFolder) | |
OnSessionCreatedDestination | (Inherited from AbstractFolder) |