BCDocument SaveProperties Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Saves a property collection.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public override void SaveProperties(
	BCPropertyCollection collection
)
Remarks

Do not use the method to save values of Field-Path definition properties. This is because all properties should be saved in one call to avoid documents being moved multiple times. Use the BCRepository.SavePropertyValues method instead.
See Also