Class PropertyField
Raw key/value data to be associated with a Dropbox file. Property fields are added to Dropbox files as a PropertyGroup.
Inheritance
System.Object
PropertyField
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertyField
Constructors
| Improve this Doc View SourcePropertyField(String, String)
Initializes a new instance of the PropertyField class.
Declaration
public PropertyField(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Key of the property field associated with a file and template. Keys can be up to 256 bytes. |
System.String | value | Value of the property field associated with a file and template. Values can be up to 1024 bytes. |
Properties
| Improve this Doc View SourceName
Key of the property field associated with a file and template. Keys can be up to 256 bytes.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Value of the property field associated with a file and template. Values can be up to 1024 bytes.
Declaration
public string Value { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |