ValueListItemContextAdd Method (Int32) |
Adds a raw value to the context (wraps it in a typedValue).
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void Add(
int value
)
Public Sub Add (
value As Integer
)
public:
void Add(
int value
)
Parameters
- value
- Type: SystemInt32
The value to wrap and add.
See Also