This document is archived and information here might be outdated.  Recommended version.


IXmlPropertySet2.SaveAsFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXmlPropertySet2 Interface > IXmlPropertySet2.SaveAsFile Method
ArcGIS Developer Help

IXmlPropertySet2.SaveAsFile Method

Transforms the metadata using an XSL stylesheet if specified, writes out the header if specified, and saves it in a file.

[Visual Basic .NET]
Public Sub SaveAsFile ( _
    ByVal xslPath As String, _
    ByVal header As String, _
    ByVal outputANSI As Boolean, _
    ByRef outPath As String _
)
[C#]
public void SaveAsFile (
    string xslPath,
    string header,
    bool outputANSI,
    ref string outPath
);
[C++]
HRESULT SaveAsFile(
  BSTR xslPath,
  BSTR header,
  VARIANT_BOOL outputANSI,
  System.String* outPath
);
[C++]
Parameters
xslPath [in]

xslPath is a parameter of type BSTR header [in]
header is a parameter of type BSTR outputANSI [in]
outputANSI is a parameter of type bool outPath [in, out]
outPath is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Documentation for this property can be found at the IXmlPropertySet::SaveAsFile description.

See Also

IXmlPropertySet2 Interface

.NET Samples

TOCControl metadata viewer