Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IPersistableList<T> Interface / DeleteAt Method
The index from which to delete the object
In This Topic
    DeleteAt Method (IPersistableList<T>)
    In This Topic
    Delete the object at given index
    Syntax
    void DeleteAt( 
       int index
    )

    Parameters

    index
    The index from which to delete the object
    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