Method IsProfileClosed
IsProfileClosed(ElementItemId)
Tells whether a profile is closed.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
bool IsProfileClosed(ElementItemId inProfileId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inProfileId | Identifier of the profile to analyze. |
Returns
| Type | Description |
|---|---|
| bool | Whether the profile is closed. |
Remarks
This method is available since v7.7.