ObjVerExSaveProperties Method
Saves all properties as they currently are set, or the ones passed.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public void SaveProperties(
PropertyValues properties = null
)
Parameters
- properties PropertyValues (Optional)
-
Specific property values to set on the object (optional).
If set, all updates to the internal propertyValues will be overwritten.
If not set, updates to the internal propertyValues will be saved.