DaysAgoPlaceholderExpand Method

Expands the placeholder level based on the given context.

Definition

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

Parameters

context  IExpansionContext
The expansion context.
cache  ObjVerExReadCache
The object cache used during the expansion.

Return Value

ExpandedLevel
ExpandedLevel

Implements

IPlaceholderCommandHandlerExpand(IExpansionContext, ObjVerExReadCache)

See Also