Name | Description | |
---|---|---|
HostFileInternal |
The following tables list the members exposed by AbstractFileMetadataWrapper.
Name | Description | |
---|---|---|
HostFileInternal |
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 AbstractFile) | |
Exists | Gets a boolean value indicating if the item physically exists. (Inherited from AbstractFile) | |
FullName | Gets the full name of the item. (Inherited from AbstractFile) | |
HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from AbstractFile) | |
HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from AbstractFile) | |
HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from AbstractFile) | |
HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from AbstractFile) | |
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 AbstractFile) | |
HostFile | Overridden. | |
LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from AbstractFile) | |
LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from AbstractFile) | |
Name | Gets or sets the filename, without path, of the item. (Inherited from AbstractFile) | |
ParentFolder | Gets a reference to the parent folder of this item. (Inherited from AbstractFile) | |
RootFolder | Gets a reference to the root folder of this item. (Inherited from AbstractFile) | |
Size | Gets the size of the file in bytes. (Inherited from AbstractFile) |
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 | Overridden. | |
DoCreationDateTime | Overridden. | |
DoExists | Overridden. | |
DoFullName | Overridden. | |
DoHasAttributes | Overridden. | |
DoHasCreationDateTime | Overridden. | |
DoHasLastAccessDateTime | Overridden. | |
DoHasLastWriteDateTime | Overridden. | |
DoLastAccessDateTime | Overridden. | |
DoLastWriteDateTime | Overridden. | |
DoName | Overridden. | |
DoParentFolder | Overridden. | |
DoRootFolder | Overridden. | |
DoSize | Overridden. | |
InvalidChars | Gets the characters that are invalid in file and folder names. (Inherited from AbstractFile) |
Name | Description | |
---|---|---|
ApplyPropertiesTo | Overloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) | |
CopyTo | Overloaded. Copies the file's data to another file. (Inherited from AbstractFile) | |
Create | Overloaded. Creates the physical item represented by this FileSystemItem object. (Inherited from AbstractFile) | |
CreateObjRef | (Inherited from AbstractFile) | |
CreateWrite | Overloaded. Creates a file and opens it for writing. (Inherited from AbstractFile) | |
Delete | Overloaded. Permanently deletes the physical item. (Inherited from AbstractFile) | |
DoCopyToComplete | (Inherited from AbstractFile) | |
DoCopyToLoop | (Inherited from AbstractFile) | |
DoCopyToSetup | (Inherited from AbstractFile) | |
GetLifetimeService | (Inherited from AbstractFile) | |
GetMetadata | (Inherited from AbstractFile) | |
InitializeLifetimeService | (Inherited from AbstractFile) | |
IsSameAs | Overridden. | |
MoveTo | Overloaded. Moves the contents of the AbstractFile object to the target AbstractFile object. (Inherited from AbstractFile) | |
OpenRead | Overloaded. Opens the file for reading. (Inherited from AbstractFile) | |
OpenWrite | Overloaded. Opens the file for writing. (Inherited from AbstractFile) | |
Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from AbstractFile) | |
SetName | (Inherited from AbstractFile) | |
ToString | Returns the full name of the item. (Inherited from AbstractFile) |
Name | Description | |
---|---|---|
ApplyPropertiesToCore | (Inherited from Xceed.FileSystem.FileSystemItem) | |
BuildList | Builds a list of FileSystemItem objects to process. (Inherited from AbstractFile) | |
BuildListForCreate | Handles the special cases in regards to building the list of items to process when creating a FileSystemItem object. (Inherited from AbstractFile) | |
CreateFileMultiThreadItem | (Inherited from AbstractFile) | |
CreateFolderMultiThreadItem | (Inherited from AbstractFile) | |
CreateSession | Overloaded. (Inherited from AbstractFile) | |
DoApplyPropertiesFrom | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from AbstractFile) | |
DoApplyPropertiesTo | Copies the item's properties to another item. (Inherited from AbstractFile) | |
DoCopyTo | Copies the file into the destination. (Inherited from AbstractFile) | |
DoCreate | Overridden. | |
DoCreateWrite | Creates the file and opens it for writing. (Inherited from AbstractFile) | |
DoDelete | Overridden. | |
DoGetMetadata | (Inherited from AbstractFile) | |
DoMoveTo | (Inherited from AbstractFile) | |
DoOpenRead | Opens the file for reading. (Inherited from AbstractFile) | |
DoOpenWrite | Opens the file for writing. (Inherited from AbstractFile) | |
DoRefresh | Overridden. | |
DoSetMetadata | (Inherited from AbstractFile) | |
EnsureDateIsValid | Ensures that the System.DateTime value is valid. (Inherited from AbstractFile) | |
GetAutomaticReadFileShare | Retrieves a value indicating the default FileShare value to be used when opening read streams for copy/move operations. (Inherited from AbstractFile) | |
GetAutomaticWriteFileShare | Retrieves a value indicating the default FileShare value to be used when opening write streams for copy/move operations. (Inherited from AbstractFile) | |
GetStreamBufferSize | Returns the recommended buffer size for a stream copy operation. (Inherited from AbstractFile) | |
IsPathRooted | Overridden. | |
IsPublicException | (Inherited from AbstractFile) | |
ListCopyTo | Copies each item in the FileSystemEventsSession object's list to each item's destination. (Inherited from AbstractFile) | |
ListCopyToCore | Copies the item pair's current FileSystemItem to its target FileSystemItem. (Inherited from AbstractFile) | |
ListCreate | Creates each item in the FileSystemEventsSession object's list. (Inherited from AbstractFile) | |
ListCreateCore | Creates the item pair's current FileSystemItem. (Inherited from AbstractFile) | |
ListDelete | Deletes each item in the FileSystemEventsSession object's list. (Inherited from AbstractFile) | |
ListDeleteCore | Deletes the item pair's current FileSystemItem. (Inherited from AbstractFile) | |
ListMoveTo | Moves each item in the FileSystemEventsSession object's list to each item's destination. (Inherited from AbstractFile) | |
ListMoveToCore | Moves the item pair's current FileSystemItem to its target FileSystemItem. (Inherited from AbstractFile) | |
MemberwiseClone | Overloaded. (Inherited from AbstractFile) | |
NeedsApplyPropertiesTo | (Inherited from AbstractFile) | |
OnCreated | Called when a client explicitly calls Create. (Inherited from AbstractFile) | |
OnSessionCreated | (Inherited from AbstractFile) | |
OnSessionCreatedDestination | (Inherited from AbstractFile) | |
ValidateDoCopyToContext | (Inherited from AbstractFile) | |
ValidateDoCopyToContextAsDestination | (Inherited from AbstractFile) |