Action.WriteXml Method
NOTE: This API is now obsolete.
Writes an action to the XML stream.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Overrides Sub WriteXml ( _
xmlWriter As XmlWriter, _
packageContents As PackageContents _
)
'Usage
Dim instance As Action
Dim xmlWriter As XmlWriter
Dim packageContents As PackageContents
instance.WriteXml(xmlWriter, packageContents)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public override void WriteXml(
XmlWriter xmlWriter,
PackageContents packageContents
)
Parameters
xmlWriter
Type: System.Xml.XmlWriterThe stream to write.
packageContents
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.PackageContentsOne of the PackageContents enumeration values.
Remarks
Child objects (Permissions, LocalizedNames may also be written depending on the contents of the PackageContents parameter.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace