Skip to main content

CreateShortcutObjectsResponse Constructors

An object defining constructors for the CreateShortcutObjectsResponse class.

CreateShortcutObjectsResponse(createdShortcutObjects)

Initializes a new instance of the CreateShortcutObjectsResponse class with the specified dictionary of created shortcut objects.

Parameters:

createdShortcutObjects (required): Dictionary<long, GetDMObjectResponse>
A dictionary mapping object IDs to their corresponding detailed information for all created shortcuts.

This constructor creates a new CreateShortcutObjectsResponse instance by initializing the CreatedShortcutObjects property with the provided dictionary. The dictionary contains comprehensive information about all shortcut objects created in a batch operation, with proper encryption checks applied through the CheckRequestEncryption attribute.


CreateShortcutObjectsResponse()

Initializes a new instance of the CreateShortcutObjectsResponse class.