Method GetFunctionPublishings
GetFunctionPublishings(ElementId)
Gets the publishing entities that are in a specified function of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
List<ElementId> GetFunctionPublishings(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the function entity to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Publishing entities found. |
Remarks
This method is available since v7.8.