VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoManagerJS type / containsActionForSourceObject Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    containsActionForSourceObject Method
    In This Topic
    Returns a value indicating whether the undo manager contains actions associated with specified source.
    Syntax
    var instance = new Vintasoft.Imaging.WebUndoManagerJS();
    
    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 - undo manager contains actions associated with specified source; False - undo manager does not contain actions associated with specified source.
    Browser Compatibility
    56+
    45+
    11
    See Also