2024-07-10 10:59:55 +02:00
|
|
|
---
|
|
|
|
sidebar_position: 9
|
|
|
|
---
|
|
|
|
|
|
|
|
# Get comment structure
|
|
|
|
Get comment fields structure
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-07-10 12:58:29 +02:00
|
|
|
`Function GetCommentStructure(Val Clear = False) Export`
|
2024-07-10 10:59:55 +02:00
|
|
|
|
|
|
|
| Parameter | CLI option | Type | Destination |
|
|
|
|
|-|-|-|-|
|
|
|
|
| Clear | --empty | Boolean | True > structure with empty valuse, False > field descriptions at values |
|
|
|
|
|
|
|
|
|
2024-07-15 21:16:10 +02:00
|
|
|
Returns: Structure of KeyAndValue - Fields structure
|
2024-07-10 10:59:55 +02:00
|
|
|
|
2024-07-10 13:05:58 +02:00
|
|
|
<br/>
|
2024-07-10 10:59:55 +02:00
|
|
|
|
2024-07-10 12:58:29 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2024-07-10 10:59:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```sh title="CLI command example"
|
|
|
|
|
|
|
|
oint bitrix24 GetCommentStructure --empty %empty%
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|