Skip to main content

CreateShortcutObjectsResponse

Represents a response containing information about multiple shortcut objects created in the document management system.

This class extends BaseResponse to provide details about newly created shortcut objects. It maintains a secure mapping between object IDs and their corresponding detailed information, ensuring that the response data is properly encrypted. The class serves as a container for batch shortcut creation results, allowing clients to track multiple shortcut objects created in a single operation.

Properties

NameDescription
CreatedShortcutObjectsGets the dictionary of created shortcut objects mapped by their IDs.

Constructors

NameDescription
CreateShortcutObjectsResponse(createdShortcutObjects)Initializes a new instance of the CreateShortcutObjectsResponse class with the specified dictionary of created shortcut objects.
CreateShortcutObjectsResponse()Initializes a new instance of the CreateShortcutObjectsResponse class.