Link Search Menu Expand Document

image Info

/Buttons Zero State/VersionInfo.cs

Save links to useful project folders:

versionInfo

File path can be hardcoded or taken from text notes of a dedicated type:

IEnumerable<Element> listOfElements = new FilteredElementCollector(doc).OfCategory(BuiltInCategory.OST_TextNotes)
	.WhereElementIsNotElementType()
	.ToElements().Where(e => e.Name == "FolderLink");

image