KB-31866: Retrieving the property’s name and the link source in server objects.

Question:

How can I scan all links from an object, returning the property’s name and the source?

Solution:

The example below is a script in the server. It scans an object’s links, recording a message in a .TXT file with the names of the property and the source:

For each link in obj.links 
     Application.Trace " Property: " & link.Property
     Application.Trace " Source: " & link.Source
Next
Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *