M-Files Vault Application Framework
C#
Show/Hide TOC
Boolean
Context
Conversion (Boolean
Context to List
Boolean
)
Explicit cast to a list of booleans.
Definition
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
static
explicit operator
List
<
bool
> (
BooleanContext
context
)
Parameters
context
BooleanContext
Return Value
List
Boolean
See Also
Reference
BooleanContext Class
MFiles.VAF.Placeholders Namespace
In This Article
Definition
Parameters
Return Value
See Also