I see an answer that uses the class LfColor in an SDK Script. It says to use the Repository Access libraries. So I want to know which library this LfColor lives in, so I don't just start adding library references to my Script, all willy-nilly. But I can't find reference documentation for the SDK libraries.
Is there any documentation that shows me the classes, methods, and tells me even a vague statement of what they do and what namespace they live in, so I know what library to reference?
I've added the Lasefiche.RepositoryAccess library (Reference and using), so it's not that. But hunting and pecking through the list of libraries, adding them one by one, and taking them out when they don't resolve the error like this is gross.