Skip to main content

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

NameDescription
TagsGets a dictionary mapping object IDs to their associated tags.

Constructors

NameDescription
GetTagsOfObjectsResponse(tags)Initializes a new instance of the GetTagsOfObjectsResponse class with the specified tag mappings.