CopyDefn method: CONQRSMGR class
Syntax
CopyDefn(target_UserID, target_ID)
Description
Use this method to copy the connected query definition to a new ID. The user's query access security is checked prior to the copy.
Parameters
| Parameter | Description |
|---|---|
|
target_UserID |
Specifies the user ID of the owner of the new connected query as a string. An empty string indicates that the new connected query is public. |
|
target_ID |
Specifies the ID for the new connected query as a string. |
Returns
A Boolean value: True if the copy is successful, False otherwise.