DirectoryEntry
Vue de l’ensemble
‘DirectoryEntry’ est une classe dans Aspose.Email FOSS pour Python.
Registre de dossiers fixe pour un objet stockage/stream et ses liens en bois.
Cette classe fournit 3 méthodes pour travailler avec les objets DirectoryEntry dans les programmes Python. Les méthodologies disponibles comprennent: is_root, s_storage et i_stream. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Email FOSS pour le package PyThone. Propriétés : child_id , ‘clsid ; 'color_flag; ‘creation_time : directory_entry_name_length .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
stream_id | StreamId | Read | Gets the stream id. |
name | str | Read | Gets the name. |
directory_entry_name_length | int | Read | Gets the directory entry name length. |
object_type | DirectoryObjectType | Read | Gets the object type. |
color_flag | DirectoryColorFlag | Read | Gets the color flag. |
left_sibling_id | StreamId | Read | Gets the left sibling id. |
right_sibling_id | StreamId | Read | Gets the right sibling id. |
child_id | StreamId | Read | Gets the child id. |
clsid | bytes | Read | Gets the clsid. |
state_bits | int | Read | Gets the state bits. |
creation_time | FileTime | Read | Gets the creation time. |
modified_time | FileTime | Read | Gets the modified time. |
starting_sector_location | SectorNumber | Read | Gets the starting sector location. |
stream_size | int | Read | Gets the stream size. |
méthodes
| Signature | Description |
|---|---|
is_storage() → bool | Returns true if storage is set. |
is_stream() → bool | Returns true if stream is set. |
is_root() → bool | Returns true if root is set. |
Voir aussi
- Aspose.Email pour Python — Enterprise API Reference