ApplicationUtilsConstructActionCombinationTypesFromDelimitedString Method  | 
 
            converts the passed in comma delimited list of names to real enum values in a list. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic static List<ActionCombinationType> ConstructActionCombinationTypesFromDelimitedString(
	string combinationsInStringFormat
)
Public Shared Function ConstructActionCombinationTypesFromDelimitedString ( 
	combinationsInStringFormat As String
) As List(Of ActionCombinationType)
Parameters
- combinationsInStringFormat
 - Type: SystemString
The combinations in string format, comma delimited, from the project settings. 
Return Value
Type: 
ListActionCombinationType
See Also