Method GetProjectFolderConstituents
GetProjectFolderConstituents(PdmProjectFolderId, out List<PdmProjectFolderId>, out List<PdmObjectId>)
Gets the constituents of a project folder.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
void GetProjectFolderConstituents(PdmProjectFolderId inProjectFolderdId, out List<PdmProjectFolderId> outFolderIds, out List<PdmObjectId> outProjectIds)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmProjectFolderId | inProjectFolderdId | Project folder identifier. |
| List<PdmProjectFolderId> | outFolderIds | List of folders identifiers. |
| List<PdmObjectId> | outProjectIds | List of documents identifiers. |
Remarks
This method is available since v7.10.