ObjVerExExpandPlaceholders Method |
Expands a placeholder template text with this object as the context.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic ExpandedPlaceholderTemplate ExpandPlaceholders(
string text,
PlaceholderTemplateSettings settings = null
)
Public Function ExpandPlaceholders (
text As String,
Optional settings As PlaceholderTemplateSettings = Nothing
) As ExpandedPlaceholderTemplate
public:
ExpandedPlaceholderTemplate^ ExpandPlaceholders(
String^ text,
PlaceholderTemplateSettings^ settings = nullptr
)
Parameters
- text
- Type: SystemString
A string containing placeholders that should be replaced. - settings (Optional)
- Type: MFiles.VAF.PlaceholdersPlaceholderTemplateSettings
The settings that control parse and expansion behavior.
Return Value
Type:
ExpandedPlaceholderTemplateThe results of the expansion
See Also