Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an LobSystem object from the specified XML fragment.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function ReadXml ( _
xmlReader As XmlReader, _
context As ParseContext, _
packageContents As PackageContents _
) As LobSystem
'Usage
Dim xmlReader As XmlReader
Dim context As ParseContext
Dim packageContents As PackageContents
Dim returnValue As LobSystem
returnValue = LobSystem.ReadXml(xmlReader, _
context, packageContents)
public static LobSystem ReadXml(
XmlReader xmlReader,
ParseContext context,
PackageContents packageContents
)
Parameters
- xmlReader
Type: System.Xml.XmlReader
An XMLReader object.
- context
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.ParseContext
The ParseContext object.
- packageContents
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.PackageContents
One of LocalizedNames, Model, Permissions, or Properties.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystem
An LobSystem object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace