Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / CustomFieldsManager Class / SetValueByField Method
The key for which to set the value
The value to set
In This Topic
    SetValueByField Method
    In This Topic
    Sets the value of a setting for given key
    Syntax
    public void SetValueByField( 
       string field,
       string value
    )

    Parameters

    field
    The key for which to set the value
    value
    The value to set
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also