VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebCompositeUndoManagerJS type / containsActionForSourceObject Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    containsActionForSourceObject Method
    In This Topic
    Returns a value indicating whether the composite undo manager contains actions associated with specified source.
    Syntax
    var instance = new Vintasoft.Imaging.WebCompositeUndoManagerJS();
    
    var value; // Type: boolean
    
    // Parameters
    var sourceObject; // Type: object
    
    value = instance.containsActionForSourceObject(sourceObject);
    
    
    function containsActionForSourceObject(
    sourceObject
    Source.
    : object
    ) : boolean;

    Parameters

    sourceObject
    Source.

    Return Value

    True - the composite undo manager contains actions associated with specified source; False - the composite undo manager does not contain actions associated with specified source.
    Exceptions
    ExceptionDescription
    Thrown if current manager is not specified.
    Browser Compatibility
    56+
    45+
    11
    See Also