Skip to content

EnumerateDocumentsInProject

cpgames edited this page Jul 12, 2022 · 4 revisions

image

Enumerates all documents in the provided project.


Input Ports:

Start - execution entry.
Project (type: Project) - project containing documents.
FilenameFilter (type: regex string) - if specified, only files with filename matching this filter will be returned. Leaving empty returns all files.


Output Ports:

Done - execution exit.
Loop - executes for each document found in the project.
Document (type: Document) - Document found.

Clone this wiki locally