DocumentManager documentation?

Hey,
I’m trying to find documentation on all DocumentManager methods, subclasses and subclass methods without much luck. Is there a complete and searchable documentation of the Dynamo API available?

@john_pierson
I followed the link (below) you posed, but the documentation seems to be incomplete. Mostly im looking to find documentation on DocumentManager.Instance.CurrentUIApplication.Application to retrieve and log information about current revit version. I would also like to retrieve information about the current dynamo version beeing used to run the script, altough that might be a whole other question in itself?

https://github.com/DynamoDS/DynamoRevit/blob/112f8aac1e34cb10df94076ee956f8dd43d17ae5/src/Libraries/RevitServices/Persistence/DocumentManager.cs

You could just use the nodes Dynamo.Version and Application.Version from Clockwork…

1 Like