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.40.0)

Syntax

C#
public override void SaveProperties(
	BCPropertyCollection collection
)
Visual Basic
Public Overrides Sub SaveProperties ( _
	collection As BCPropertyCollection _
)
Visual C++
public:
virtual void SaveProperties(
	BCPropertyCollection^ collection
) override

Parameters

collection
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCPropertyCollection
The collection to save.

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