PostLibrary.childPostConfigurations Method

Parent Object: PostLibrary
Defined in namespace "adsk::cam" and the header file is <Cam/Post/PostLibrary.h>

Description

Get all posts by the given parent folder URL. Returns null, if the URL does not exist.

Syntax

"postLibrary_var" is a variable referencing a PostLibrary object.
returnValue = postLibrary_var.childPostConfigurations(url)
"postLibrary_var" is a variable referencing a PostLibrary object.

#include <Cam/Post/PostLibrary.h>

returnValue = postLibrary_var->childPostConfigurations(url);

Return Value

Type Description
PostConfiguration[] Returns all children posts for a valid URL, returns null otherwise.

Parameters

Name Type Description
url URL The URL of the folder to get post configurations from.

Version

Introduced in version April 2023