Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Children property returns a collection of all of the immediate children of this WPDObject.
This property is read-only.
Syntax
Children = WPDObject.Children
Property value
A read-only childrenCollection.
Remarks
To retrieve a collection of children that is filtered by one or more data formats, use the GetChildrenByFormat method.
See also