Validate the xml attachment against the xml schema.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
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
protected bool ValidateXmlAttachment( CodeActivityContext context, Attachment attachment, EmailMessage email )
Parameters
- context
- Type: System.ActivitiesCodeActivityContext
The execution context in which the activity executes. - attachment
- Type: Attachment
The xml attachment. - Type: EmailMessage
The email with the attachment.
Return Value
Type: BooleanTrue if the xml attachment is valid.
See Also