GetTagsOfObjectsResponse
Represents a response containing tag information for multiple objects in the document management system.
This class serves as a data transfer object (DTO) that holds a mapping between object IDs and their associated tags. It provides a read-only dictionary where the keys are object IDs (long) and the values are the corresponding tag strings.
Properties
Name | Description |
---|---|
Tags | Gets a dictionary mapping object IDs to their associated tags. |
Constructors
Name | Description |
---|---|
GetTagsOfObjectsResponse(tags) | Initializes a new instance of the GetTagsOfObjectsResponse class with the specified tag mappings. |