You are viewing limited content. For full access, please sign in.

Question

Question

Enumerate existing documents & workflows

SDK
asked on June 15, 2017

Good afternoon,

I am looking to list out the above items in a given repository.  The following snippet does the trick for templates, I guess there is no equivalent for documents/workflows?

            foreach (TemplateInfo templateInfo in Template.EnumAll(session))
            {
                Console.WriteLine(templateInfo.Name);
            }

 

0 0

Answer

SELECTED ANSWER
replied on June 15, 2017

For documents, you can enumerate listings for folders or search results.  You can enumerate Business Processes with RA, but Workflows are not stored in the Laserfiche server.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.