Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / CustomFieldsManager Class / Remove Method
field name to be removed
In This Topic
    Remove Method (CustomFieldsManager)
    In This Topic
    Removes the field with given name
    Syntax
    public bool Remove( 
       string field
    )

    Parameters

    field
    field name to be removed

    Return Value

    True if field is removed otherwise false
    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