VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiControlSettingsJS type / removeItemByRegisteredId Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    removeItemByRegisteredId Method
    In This Topic
    Removes the first item with specified registered identifier.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
    
    var value; // Type: boolean
    
    // Parameters
    var itemId; // Type: string
    
    value = instance.removeItemByRegisteredId(itemId);
    
    
    function removeItemByRegisteredId(
    itemId
    The registered identifier of UI element.
    : string
    ) : boolean;

    Parameters

    itemId
    The registered identifier of UI element.

    Return Value

    A value indicating whether the element was found and removed.
    Exceptions
    ExceptionDescription
    Thrown if "itemId" has wrong type or empty.
    Browser Compatibility
    56+
    45+
    11
    See Also