PlaceholderCommandHandlerInitialize Method |
Performs custom initialization.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected abstract List<PlaceholderTemplateIssue> Initialize()
Protected MustOverride Function Initialize As List(Of PlaceholderTemplateIssue)
protected:
virtual List<PlaceholderTemplateIssue^>^ Initialize() abstract
Return Value
Type:
ListPlaceholderTemplateIssueCollection 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