QueryCurrentResourceLinks (IResourceLinking)

Returns all current resource links for the specified source, target, and resource link name.

Note:
  • You must provide a name, source, or target for the query, If you do not specify at least one of these parameters, the workflow will terminate with an error message stating that one of these parameters must be provided.
  • If you specify only the resource link name, the information for all resource links with that name is returned.
InputsData TypeDescription
Resource Link NameString(Optional) Specifies the name of the resource link you want to query.
Source AddressDirectoryResource(Optional) Specifies the source resource for the resource link.
Target AddressDirectoryResource(Optional) Specifies the target resource for the resource link.
Note: In the Configure Method dialog box, click Next to select a resource. Otherwise, in the Inputs section of the activity configuration panel, click the ellipsis button to select a resource.

OutputsDescription
ResourceLinkValues [] Returns the information for the specified query as an array.