VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoActionJS type / get_SourceItems Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_SourceItems Method
In This Topic
Gets the references to the source objects stored in source. For example, this property contains references to the collection objects if source is collection.
Syntax
var instance = new Vintasoft.Imaging.WebUndoActionJS(source, actionSource);

var value; // Type: object
value = instance.get_SourceItems();

Return Value

References to the source objects stored in source. Default value is null.
Browser Compatibility
56+
45+
11
See Also