Method GetProfiles
GetProfiles(DocumentId)
Gets the profile entities that are in the profile folder of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 180)]
List<ElementId> GetProfiles(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Profile entities found. |