Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

MetadataFieldUpdateOp Property

The update operation to perform.

Syntax

__property TicsBoxMetadataFieldUpdateOps MetadataFieldUpdateOp[int MetadataFieldIndex] = {read=FMetadataFieldUpdateOp, write=FSetMetadataFieldUpdateOp};



enum TicsBoxMetadataFieldUpdateOps { uoAdd=0, uoReplace=1, uoDelete=2 };

Default Value

0

Remarks

The update operation to perform. This is applicable when calling UpdateMetadata. Possible values are:

  • 0 (uoAdd)
  • 1 (uoReplace)
  • 2 (uoDelete)

The size of the array is controlled by the MetadataFieldCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0