M-Files Vault Application Framework
C#
Show/Hide TOC
MFJson
Collection
Adaptor
T
,
IT
,
TI
To
Json Method
Serialize the object to a json string.
Definition
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
virtual
string
ToJson
(
bool
format
=
false
)
Parameters
format
Boolean
(Optional)
Indicates if the json should be formatted with new lines and indentation.
Return Value
String
JSON string.
Implements
IMFJsonAdaptor
T
ToJson(Boolean)
See Also
Reference
MFJsonCollectionAdaptor
T, IT, TI
Class
MFiles.VAF.Configuration.JsonAdaptor Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also