Implementation of this interface can provide an XmlRetrievalResult, containing either a valid xml or an error message in case of invalid xml
Namespace: Scanjour.Workflow4.ActivityLibrary.ErrorManagement
Assembly: Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The IParameterProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetXmlRetrievalResultFromPropertyName |
By calling this method, the implementation will return an XmlRetrievalResult containing either a valid xml or an error message in case of invalid xml.
The XmlRetrievalResult has a Failed property (boolean), that determines whether a valid xml exist
|
See Also