directory_entry
Vue de l’ensemble
‘directory_entry’ est un struct dans Aspose.Email FOSS pour C++.
Description
‘directory_entry’ est une classe dans la bibliothèque Aspose.Email FOSS pour C++ qui expose 3 méthodes et 14 propriétés pour l’utilisation programmée.
Les capacités de base comprennent : std::uint32_t; td ::string ; sd:uent16_T. Ces opérations permettent aux développeurs d’intégrer la fonctionnalité directory_entry directement dans les applications C++.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
stream_id | std::uint32_t | Read/Write | Holds the identifier of the associated stream |
name | std::string | Read/Write | Stores the entry’s name as a string |
directory_entry_name_length | std::uint16_t | Read/Write | Gives the length of the entry name |
object_type | directory_object_type | Read/Write | Indicates the type of directory object (e.g., storage, stream) |
color_flag | directory_color_flag | Read/Write | Stores the red‑black tree color flag for the entry |
left_sibling_id | std::uint32_t | Read/Write | Contains the ID of the left sibling entry |
right_sibling_id | std::uint32_t | Read/Write | Contains the ID of the right sibling entry |
child_id | std::uint32_t | Read/Write | Holds the ID of the child entry |
clsid | std::array<std::uint8_t, 16> | Read/Write | Stores the 16‑byte class identifier for the entry |
state_bits | std::uint32_t | Read/Write | Contains state flags for the entry |
creation_time | std::uint64_t | Read/Write | Records the creation timestamp of the entry |
modified_time | std::uint64_t | Read/Write | Records the last modification timestamp of the entry |
starting_sector_location | std::uint32_t | Read/Write | Gives the first sector index of the entry’s data |
stream_size | std::uint64_t | Read/Write | Indicates the size in bytes of the stream data |
méthodes
| Signature | Description |
|---|---|
is_storage() → bool | Returns true if the entry represents a storage object |
is_stream() → bool | Returns true if the entry represents a stream object |
is_root() → bool | Returns true if the entry is the root of the directory tree |
Voir aussi
- Aspose.Email pour C++ — Enterprise API Reference