StaticPlaceholderTextExpand Method

Expands this node in the given context.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public override ExpandedPlaceholderTemplateNode Expand(
	IExpansionContext context,
	ObjVerExReadCache cache
)

Parameters

context  IExpansionContext
The context values to expand. Cannot be null.
cache  ObjVerExReadCache
The object cache. Cannot be null.

Return Value

ExpandedPlaceholderTemplateNode
The ExpandedPlaceholderTemplateNode.

See Also