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