-
Notifications
You must be signed in to change notification settings - Fork 2
PartitionByParameters
cpgames edited this page Jul 13, 2022
·
1 revision

Partitions input Partition by comma-delimited parameters.
Start - execution entry.
Partition (type: Partition) - input partition.
ParameterFilter (type: regex string) - only parameters matching this filter will be returned. If left empty, all parameters will be returned.
Done - execution exit.
Loop - executes for each parameter.
Parameter (type: Partition) - individual parameter.
- 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