IFsiItem interface (imapi2fs.h)
Base interface containing properties common to both file and directory items.
To access the properties of this interface, use the IFsiFileItem or IFsiDirectoryItem interface.
Inheritance
The IFsiItem interface inherits from the IDispatch interface. IFsiItem also has these types of members:
Methods
The IFsiItem interface has these methods.
IFsiItem::FileSystemName Retrieves the name of the item as modified to conform to the specified file system. |
IFsiItem::FileSystemPath Retrieves the full path of the item as modified to conform to the specified file system. |
IFsiItem::get_CreationTime Retrieves the date and time that the directory or file item was created and added to the file system image. |
IFsiItem::get_FullPath Retrieves the full path of the file or directory item in the file system image. |
IFsiItem::get_IsHidden Determines if the item's hidden attribute is set in the file system image. (Get) |
IFsiItem::get_LastAccessedTime Retrieves the date and time the directory or file item was last accessed in the file system image. |
IFsiItem::get_LastModifiedTime Retrieves the date and time that the directory or file item was last modified in the file system image. |
IFsiItem::get_Name Retrieves the name of the directory or file item in the file system image. |
IFsiItem::put_CreationTime Sets the date and time that the directory or file item was created and added to the file system image. |
IFsiItem::put_IsHidden Determines if the item's hidden attribute is set in the file system image. (Put) |
IFsiItem::put_LastAccessedTime Sets the date and time that the directory or file item was last accessed in the file system image. |
IFsiItem::put_LastModifiedTime Sets the date and time that the item was last modified in the file system image. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | imapi2fs.h |