Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

BoxMetadataFieldDetail Type

Metadata field associated with the file.

Remarks

This type defines metadata fields associated with the file.

Fields

Name
String

The name of the field.

UpdateOp
BoxUpdateOps

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

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

Value
String

The value of the field.

Constructors

[VB.NET]
Public BoxMetadataFieldDetail()

[C#]
public BoxMetadataFieldDetail();



[VB.NET]
Public BoxMetadataFieldDetail(ByVal Name As String, ByVal Value As String)

[C#]
public BoxMetadataFieldDetail(string name, string value);



[VB.NET]
Public BoxMetadataFieldDetail(ByVal UpdateOp As Integer, ByVal Name As String, ByVal Value As String)

[C#]
public BoxMetadataFieldDetail(int updateOp, string name, string value);



 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]