5/13/2011

This method exports the XML string for a specified configuration item.

Syntax

public static void Export (
  string 
uniqueId, 
  string 
xmlContent
);

Parameters

uniqueId

[in] Identifier for the configuration item to be exported.

xmlContent

[out] XML-formatted content of the configuration item.

Return Value

None

Remarks

None

See Also