IMFJsonAdaptorTLoadApiObject Method |
(Re-)Initializes this adaptor object to be the equivalent of the passed API object.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxvoid LoadApiObject(
T apiObject
)
Sub LoadApiObject (
apiObject As T
)
void LoadApiObject(
T apiObject
)
Parameters
- apiObject
- Type: T
The API object used to set the values of this object.
See Also