Project.GetSubItems Method
Public Shared Function GetSubItems( _
ByVal project_id As EntityID _
) As DataOperationResponse(Of ProjectItems)
This language is not supported or no code example is available.
public static DataOperationResponse<ProjectItems> GetSubItems(
EntityID project_id
)
This language is not supported or no code example is available.
public:
static DataOperationResponse<ProjectItems^>^ GetSubItems(
EntityID^ project_id
)
This language is not supported or no code example is available.
Parameters
- project_id
- EntityID
the id of the parent project
Return Value
DataOperationResponse<ProjectItems>the result with the project items, if any