openPDC Historian Help
ReadSelectMetadataAsXml Method (idList)
NamespacesTVA.Historian.ServicesIMetadataServiceReadSelectMetadataAsXml(String)

[This is preliminary documentation and is subject to change.]

Reads a subset of metadata from the Archive and sends it in Xml format.
Declaration Syntax
C#Visual BasicVisual C++
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/metadata/read/{idList}/xml")]
[OperationContractAttribute]
SerializableMetadata ReadSelectMetadataAsXml(
	string idList
)
<WebGetAttribute(ResponseFormat := WebMessageFormat.Xml, UriTemplate := "/metadata/read/{idList}/xml")> _
<OperationContractAttribute> _
Function ReadSelectMetadataAsXml ( _
	idList As String _
) As SerializableMetadata
[WebGetAttribute(ResponseFormat = WebMessageFormat::Xml, UriTemplate = L"/metadata/read/{idList}/xml")]
[OperationContractAttribute]
SerializableMetadata^ ReadSelectMetadataAsXml(
	String^ idList
)
Parameters
idList (String)
A comma or semi-colon delimited list of IDs for which metadata is to be read.
Return Value

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.0.0