M-Files Vault Application Framework
C#
Show/Hide TOC
Placeholder
Level
Validate Method
Validates the node and it's child nodes returning all issues found throughout. Returns static parse based issues, not expansion issues.
Definition
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
override
IEnumerable
<
PlaceholderTemplateIssue
>
Validate
()
Return Value
IEnumerable
PlaceholderTemplateIssue
The validation findings.
See Also
Reference
PlaceholderLevel Class
MFiles.VAF.Placeholders Namespace
In This Article
Definition
See Also