PlaceholderLevelIsValidExpansionContext Method

Determines if a context is valid input for expanding this level.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool IsValidExpansionContext(
	IExpansionContext context
)

Parameters

context  IExpansionContext
The IExpansionContext

Return Value

Boolean
True, when the expansion context is valid.

See Also