cfb_node

Overview

cfb_node is a class in Aspose.Email for CPP. Inherits from: cfb_node.

Methods

SignatureDescription
node_kind()kindReturns the node’s kind (storage or stream) as a kind enum
is_storage()boolReturns true when the node represents a storage object
is_stream()boolReturns true when the node represents a stream object
state_bits()std::uint32_tReturns the 32‑bit state flags associated with the node
set_state_bits(value: std::uint32_t)Sets the node’s 32‑bit state flags to the supplied value
creation_time()std::uint64_tReturns the node’s creation timestamp as a 64‑bit integer
set_creation_time(value: std::uint64_t)Sets the node’s creation timestamp to the given 64‑bit value
modified_time()std::uint64_tReturns the node’s last‑modified timestamp as a 64‑bit integer
set_modified_time(value: std::uint64_t)Sets the node’s last‑modified timestamp to the supplied 64‑bit value
clone()std::unique_ptr<cfb_node>Creates a deep copy of the node and returns it wrapped in a unique_ptr