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 Xceed.FileSystem.FileSystemItem) |
![]() | CreationDateTimeUtc | |
![]() | Exists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | FullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasCreationDateTimeUtc | |
![]() | HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastAccessDateTimeUtc | |
![]() | HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | 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 Xceed.FileSystem.FileSystemItem) |
![]() | HostFile | Gets an AbstractFile containing an archived version of this FileSystemItem. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | 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.FileSystemItem) |
![]() | LastAccessDateTimeUtc | |
![]() | LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | LastWriteDateTimeUtc | |
![]() | Name | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ReparsePointTags | |
![]() | RootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
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 Xceed.FileSystem.FileSystemItem) |
![]() | DoHasCreationDateTimeUtc | |
![]() | DoHasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoHasLastAccessDateTimeUtc | |
![]() | DoHasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoHasLastWriteDateTimeUtc | |
![]() | 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 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 Xceed.FileSystem.FileSystemItem) |
![]() | 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 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.FileSystemItem) |
![]() | Create | Overloaded. Creates the physical item represented by this FileSystemItem object. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | 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 | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | CreateTempFile | Creates the temporary file. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | Delete | Overloaded. Permanently deletes the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | GetFile | Overloaded. Returns an 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 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 | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetMetadata | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | 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 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.FileSystemItem) |
![]() | Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | SetName | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ToString | Returns the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
Name | Description | |
---|---|---|
![]() | ApplyPropertiesToCore | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | BuildList | Builds a list of 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 FileSystemItem object. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreateFileInstance | Overloaded. |
![]() | CreateFileMultiThreadItem | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreateFolderInstance | Overloaded. |
![]() | CreateFolderMultiThreadItem | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreateSession | Overloaded. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoApplyPropertiesFrom | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoApplyPropertiesTo | Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoCopyTo | Copies the folder to another folder. (Inherited from Xceed.FileSystem.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 Xceed.FileSystem.AbstractFolder) |
![]() | DoGetFolder | Overridden. Retrieves a reference to an AbstractFolder object. |
![]() | DoGetFolders | Retrieves an array of AbstractFolder objects. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | DoGetItems | Retrieves an array of FileSystemItem objects. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | DoGetMetadata | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoMoveTo | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoRefresh | Overridden. Re-reads the information from the physical item. |
![]() | DoSetMetadata | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | EnsureDateIsValid | Ensures that the System.DateTime value is valid. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | IsPathRooted | Overridden. Returns a boolean value indicating if the path passed is rooted. |
![]() | IsPublicException | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ListCopyTo | Copies each item in the FileSystemEventsSession object's list to each item's destination. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ListCopyToCore | Copies the item pair's current FileSystemItem to its target FileSystemItem. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ListCreate | Creates each item in the FileSystemEventsSession object's list. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ListCreateCore | Creates the item pair's current FileSystemItem. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ListDelete | Deletes each item in the FileSystemEventsSession object's list. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ListDeleteCore | Deletes the item pair's current FileSystemItem. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ListMoveTo | Moves each item in the FileSystemEventsSession object's list to each item's destination. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ListMoveToCore | Moves the item pair's current FileSystemItem to its target FileSystemItem. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | NeedsApplyPropertiesTo | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | OnCreated | Called when a client explicitly calls Create. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | OnSessionCreated | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | OnSessionCreatedDestination | (Inherited from Xceed.FileSystem.FileSystemItem) |