QueryResourceLinkByTime (IResourceLinking)

Returns all resource links with the specified source, target, and resource link name that exist within the specified time range.

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.
InputsData TypeDescription
End TimeDateTime(Optional) Specifies the date and time that the resource link is set to end. If you leave this field and the Start Time field blank, then the search will return all resource links with the defined criteria. If this field is set to the same date and time as the start time, then the query will search only on that exact time.
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.
Start TimeDateTime(Optional) Specifies the date and time that the resource link is set to start. If you leave this field and the End Time field blank, then the search will return all references with the defined criteria. If this field is set to the same date and time as the end time, then the query will search only on that exact time.
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.