VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiControlSettingsJS type / getItemsByRegisteredId Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getItemsByRegisteredId Method
    In This Topic
    Returns all items with specified registered identifier.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
    
    var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementJS[]
    
    // Parameters
    var itemId; // Type: string
    
    value = instance.getItemsByRegisteredId(itemId);
    
    
    function getItemsByRegisteredId(
    itemId
    The registered identifier of UI element.
    : string
    ) : WebUiElementJS[];

    Parameters

    itemId
    The registered identifier of UI element.

    Return Value

    The WebUiElementJS objects if collection contains items with specified registered identifier; otherwise, null.
    Exceptions
    ExceptionDescription
    Thrown if "itemId" has wrong type or empty.
    Browser Compatibility
    56+
    45+
    11
    See Also