CfbStorage

Overview

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

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

Description

CfbStorage is a class in the Aspose.Email FOSS library for .NET that exposes 2 methods and 1 property for programmatic use. It extends CfbNode, inheriting shared functionality from its parent type.

The class also provides the Children property (gets the list of child cfbnode objects contained in this storage).

Instances are created through a single constructor that initializes the object with default values.

Properties

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

Methods

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

See Also