PlaceholderCommandHandlerInitialize Method

Performs custom initialization.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual List<PlaceholderTemplateIssue> Initialize()

Return Value

ListPlaceholderTemplateIssue
Collection of validation issue as, PlaceholderTemplateIssue

Remarks

This method should: 1. Load any necessary data to be used during expansion. (Optimize for load once, expand many.) 2. Validate the level's location in the placeholder and parameter (if applicable) and return any issues.

See Also