ReportCatalogItemDto Properties
A data transfer object (DTO) that provides the information about a report catalog item.| Name | Description |
|---|---|
| CategoryId | Identifies the report catalog item’s category. |
| Description | Specifies the report catalog item description. |
| Id | Identifies the report category item. |
| LockedBy | Specifies the user who locked the report catalog item. |
| ModifiedBy | Specifies the last user who modified the report catalog item. |
| ModifiedDateTime | Specifies the date and time when the report catalog item was last modified. |
| Name | Specifies the report catalog item name. |
| OptimisticLock | Identifies the report catalog version used for optimistic locking. |
See Also