Share via


Storage.Children property

The Children property returns a collection of all of the immediate children of this Storage object.

This property is read-only.

Syntax

Children = Storage.Children

Property value

A read-only childrenCollection.

Remarks

To retrieve a collection of children from a Storage object that is filtered by one or more data formats, use the Storage.GetChildrenByFormat method.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]

See also

childrenCollection Object

Storage Object