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
| Name | Type | Access | Description |
|---|---|---|---|
Children | IList<CfbNode> | Read | Gets the list of child CfbNode objects contained in this storage |
Methods
| Signature | Description |
|---|---|
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 |