ObjVerExSaveProperties Method

Saves all properties as they currently are set, or the ones passed.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
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.

See Also