-
Notifications
You must be signed in to change notification settings - Fork 2
EnumerateDocumentsInProject
cpgames edited this page Jul 12, 2022
·
4 revisions

Enumerates all documents in the provided project.
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.
Done - execution exit.
Loop - executes for each document found in the project.
Document (type: Document) - Document found.
- AppendToCollection
- ClearCollection
- ForEach
- GetCollectionSize
- GetElement
- GetFirstElement
- GetLastElement
- EnumerateDocumentsInProject
- EnumerateDocumentsInSolution
- EnumerateProjects
- GetCurrentDocument
- GetCurrentProject
- GetDocumentName
- GetDocumentPartition
- GetProjectName
- FindFirstPartitionInCollection
- GetLeadingSpacing
- GetNextPartition
- GetPartitionData
- GetPreviousPartition
- GetPureName
- InsertAfter
- InsertBefore
- PartitionByClass
- PartitionByFirstRegexMatch
- PartitionByFunctionCall
- PartitionByFunction
- PartitionByIfElse
- PartitionByParameters
- PartitionByRegexMatch
- PartitionByReturn
- PartitionByVariable
- PartitionIsValid
- RasterizePartition
- RegexMatchPresentInPartitionCollection
- RegexMatchPresentInPartition
- RemovePartition
- SetPartitionData
- SwapPartitions