Validate the xml attachment against the xml schema.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_19.0.1.0 (in Scanjour.Workflow4.ActivityLibrary_19.0.1.0.dll) Version: 19.0.1.0 (19.0.1.0)
Syntax
protected bool ValidateXmlAttachment( CodeActivityContext context, Attachment attachment )
Parameters
- context
- Type: System.ActivitiesCodeActivityContext
The execution context in which the activity executes. - attachment
- Type: Attachment
The xml attachment.
Return Value
Type: BooleanTrue if the xml attachment is valid.
See Also