VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type / get_RefreshFromParent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_RefreshFromParent Method
In This Topic
Gets a value indicating whether the property value can be changed only using the parent property.
Syntax
var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);

var value; // Type: boolean
value = instance.get_RefreshFromParent();

Return Value

True - parent property must be used for changing value of this property; False - property has function that allows to change the property value.
Browser Compatibility
56+
45+
11
See Also