ObjVerExExpandPlaceholders Method

Expands a placeholder template text with this object as the context.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ExpandedPlaceholderTemplate ExpandPlaceholders(
	string text,
	PlaceholderTemplateSettings settings = null
)

Parameters

text  String
A string containing placeholders that should be replaced.
settings  PlaceholderTemplateSettings  (Optional)
The settings that control parse and expansion behavior.

Return Value

ExpandedPlaceholderTemplate
The results of the expansion

See Also