QuickObjects.ObjectBase Send comments on this topic.
Return_XmlDocument Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : Return_XmlDocument Method
obj
Return_XmlDocument

If the passed in parameter is null, this method returns the minimum value supported by the XmlDocument object as the value. If the passed in object is not null, this method casts the object to a XmlDocument value and returns the result.

NOTE: This method is marked for deletion, please do not use. This method will be removed after two major releases. Please modify any references you may have to these methods and use the corresponding method in Utilities class.

Syntax

C# 
public XmlDocument Return_XmlDocument( 
   object obj
)

Parameters

obj

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also