BCDocumentSaveProperties Method |
Saves a property collection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public override void SaveProperties(
BCPropertyCollection collection
)
Public Overrides Sub SaveProperties (
collection As BCPropertyCollection
)
public:
virtual void SaveProperties(
BCPropertyCollection^ collection
) override
abstract SaveProperties :
collection : BCPropertyCollection -> unit
override SaveProperties :
collection : BCPropertyCollection -> unit
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