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

Enumerates all documents in solution.
Start - execution entry.
ProjectFilter (type: regex string) - if specified, only projects matching this filter will be examined. Leaving empty examines all projects.
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 solution.
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