PlaceholderTemplateExpand(ObjVerEx, ObjVerExReadCache) 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 ExpandedPlaceholderTemplate Expand(
	ObjVerEx objVerEx,
	ObjVerExReadCache cache = null
)

Parameters

objVerEx  ObjVerEx
The context of the expansion.
cache  ObjVerExReadCache  (Optional)
The cache object containing the ObjVerEx info.

Return Value

ExpandedPlaceholderTemplate
The ExpandedPlaceholderTemplate.

See Also