CfbStorage

Overview

CfbStorage is a class in Aspose.Email for NET. Inherits from: CfbNode.

CfbStorage.CfbStorage creates a new storage node with the specified name.

Properties

NameTypeAccessDescription
ChildrenIList<CfbNode>ReadGets the list of child CfbNode objects contained in this storage

Methods

SignatureDescription
CfbStorage(name: string)Creates a new storage node with the specified name
AddStorage(storage: CfbStorage)Adds a child CfbStorage node to this storage’s hierarchy
AddStream(stream: CfbStream)Adds a CfbStream node as a child of this storage