Click or drag to resize

BCDocumentSaveProperties Method

Saves a property collection.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public override void SaveProperties(
	BCPropertyCollection collection
)

Parameters

collection
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyCollection
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