M-Files Vault Application Framework
C#
Show/Hide TOC
Placeholder
Node
Type Enumeration
The types of nodes within a placeholder template.
Definition
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
enum
PlaceholderNodeType
Members
Undefined
0
Undefined.
Root
1
The top-level template node.
Block
2
A block node.
Placeholder
3
A placeholder node.
Level
4
A placeholder level node.
Text
5
A static text node.
See Also
Reference
MFiles.VAF.Placeholders Namespace
In This Article
Definition
Members
See Also