What is the namespace where LFPoint class in SDK is incuded please?
Thanks
Priya
What is the namespace where LFPoint class in SDK is incuded please?
Thanks
Priya
If this is Repository Access, you're probably looking for Laserfiche.RepositoryAccess.Common.LfPoint. Visual Studio will offer to supply the using declaration or fully qualify the type name as long as you have the RA dll added as a reference.
Thanks. We are unable to find "Laserfiche.RepositoryAccess.Common.LfPoint" when we click on References. Is that part of SDK in 10.1 workflow please?
It might help in the future if you give some context to your questions, like what program you're in and what you're trying to do so we can give you a better answer.
There was no way for Brian to know you're referring to the Workflow Designer since your question sounds like an SDK question.
You can always search the SDK documentation for a class or method and it will give you its location back.
In the Workflow Designer, there's no good way to find random structures without knowing what library they're in.
The References node in the Workflow Designer lists libraries, not their individual components. So you would not find Laserfiche.RepositoryAccess.Common.LfPoint as a reference. However, you would find Laserfiche.RepositoryAccess there, so you would have access to its child namespaces.
The Workflow Designer will autosuggest as you type similar to Visual Studio:
Thanks