Gets the previously registered in-memory document. Note, document will be automatically generated if needed.
public static System.object GetDocument(
System.string
)
'Declaration
Public Shared Function GetDocument( _
ByVal As System.String _
) As System.Object
Parameters
- documentName
- Name of the document.
Return Value
Returns an in-memory document or returns null if document is not registered.