Click or drag to resize

DynamicExpressoBaseGetAllSupportedPlaceholdersFromText Method

Gets all supported placeholders from text.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Logic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<string> GetAllSupportedPlaceholdersFromText(
	string text
)

Parameters

text
Type: SystemString
The text.

Return Value

Type: ListString
The placeholders.
See Also