Links

Report the Number of Links Per Linkset

This script loops through the current folder and recursively through subfolders and reports on the linksets it finds. The output is a count of links found in each linkset. Output is to a CSV file.

View source code

Export a List of Link Module Descriptors

Link Module Descriptors, aka linkset pairings, are stored in the parent folder of the source module. These determine which link module is used when creating links between two modules. This script loops through the current folder and recursively through subfolders and reports on the link module descriptors (LMD’s) it finds. Output is to a CSV file.

View source code