Method HasConstituents
HasConstituents(PdmObjectId)
Tells whether an object has constituents.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
bool HasConstituents(PdmObjectId inObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | PDM object identifier of a project, a folder or a document. |
Returns
| Type | Description |
|---|---|
| bool | The object has constituents, i.e. GetConstituents(PdmObjectId, out List<PdmObjectId>, out List<PdmObjectId>) would not return only empty lists. |
Remarks
This method is available since v7.10.