Table of Contents

Method ReadMetadata

Namespace
Bonsai
Assembly
Bonsai.Core.dll

ReadMetadata(string)

Reads workflow metadata from the serializable XML workflow representation at the specified URI.

public static WorkflowMetadata ReadMetadata(string inputUri)

Parameters

inputUri string

The URI for the file containing the XML data.

Returns

WorkflowMetadata

A WorkflowMetadata instance containing the retrieved metadata.

ReadMetadata(XmlReader)

Reads workflow metadata from the serializable XML workflow representation.

public static WorkflowMetadata ReadMetadata(XmlReader reader)

Parameters

reader XmlReader

The XmlReader stream from which the metadata is retrieved.

Returns

WorkflowMetadata

A WorkflowMetadata instance containing the retrieved metadata.