Association.MergeXml Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function MergeXml ( _
xmlReader As XmlReader, _
context As ParseContext, _
lobSystem As LobSystem, _
packageContents As PackageContents _
) As Association
'Usage
Dim xmlReader As XmlReader
Dim context As ParseContext
Dim lobSystem As LobSystem
Dim packageContents As PackageContents
Dim returnValue As Association
returnValue = Association.MergeXml(xmlReader, _
context, lobSystem, packageContents)
public static Association MergeXml(
XmlReader xmlReader,
ParseContext context,
LobSystem lobSystem,
PackageContents packageContents
)
Parameters
- xmlReader
Type: System.Xml.XmlReader
The stream to be merged.
- context
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.ParseContext
The parse context for the stream.
- lobSystem
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystem
The parent LobSystem object.
- packageContents
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.PackageContents
One of the PackageContents enumeration values.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.Association
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace