Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / InputField Class / Copy Method / Copy(Int32,Boolean) Method
The id of the input field to copy.
If true, a child objects are also copied.
In This Topic
    Copy(Int32,Boolean) Method
    In This Topic
    Creates a copy of the specified input field.
    Syntax
    public static InputField Copy( 
       int inputFieldId,
       bool deepCopy
    )

    Parameters

    inputFieldId
    The id of the input field to copy.
    deepCopy
    If true, a child objects are also copied.

    Return Value

    A copy of the specified input field.
    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