openPDC Historian Help
ReadRangeMetadataAsXml Method (fromID, toID)
NamespacesTVA.Historian.ServicesIMetadataServiceReadRangeMetadataAsXml(String, 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++
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/metadata/read/{fromID}-{toID}/xml")]
SerializableMetadata ReadRangeMetadataAsXml(
	string fromID,
	string toID
)
<OperationContractAttribute> _
<WebGetAttribute(ResponseFormat := WebMessageFormat.Xml, UriTemplate := "/metadata/read/{fromID}-{toID}/xml")> _
Function ReadRangeMetadataAsXml ( _
	fromID As String, _
	toID As String _
) As SerializableMetadata
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Xml, UriTemplate = L"/metadata/read/{fromID}-{toID}/xml")]
SerializableMetadata^ ReadRangeMetadataAsXml(
	String^ fromID, 
	String^ toID
)
Parameters
fromID (String)
Starting ID in the ID range for which metadata is to be read.
toID (String)
Ending ID in the ID range for which metadata is to be read.
Return Value

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