M-Files Vault Application Framework
C#
Show/Hide TOC
Placeholder
Level
Is
Valid
Expansion
Context Method
Determines if a context is valid input for expanding this level.
Definition
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
bool
IsValidExpansionContext
(
IExpansionContext
context
)
Parameters
context
IExpansionContext
The
IExpansionContext
Return Value
Boolean
True, when the expansion context is valid.
See Also
Reference
PlaceholderLevel Class
MFiles.VAF.Placeholders Namespace
In This Article
Definition
Parameters
Return Value
See Also