HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class AssetCustomField

    Inheritance
    System.Object
    AssetCustomField
    Namespace: HuduAPI.Endpoints.Parameters.AbstractBases
    Assembly: HuduAPI.dll
    Syntax
    [JsonConverter(typeof(AssetCustomFieldJsonConverter))]
    public class AssetCustomField : Dictionary<String, String>

    Methods

    Add(String, String)

    Adds the specified key and value to the dictionary.

    Declaration
    public void Add(string key, string value)
    Parameters
    Type Name Description
    System.String key

    The key of the element to add.

    System.String value

    The value of the element to add. The value can be null for reference types.

    © Dracon80. All rights reserved.