Shortcuts.getInfo (Method)
Returns a structure containing information about a content shortcut.
Returns:
Shortcuts_GetInfo (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
isFavorite | Boolean | Boolean flag which when true indicates that the shortcut is a favorite. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
shortcutID | ShortcutID | Required | A shortcut's ID. |
forDefaultUser | Boolean | Optional. Defaults to '0'. | Boolean flag which when set to true indicates that CommonSpot uses a user's default settings when cloning a saved search. If false, CommonSpot returns the current search's settings. |
Context:
License Requirements | None |
Permission Requirements | Contributor |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None