|
|
|
|
Gets the content of the specified resource.
.Net Syntax
|
MgByteReader GetResourceContent(MgResourceIdentifier resource);
|
Java Syntax
|
MgByteReader GetResourceContent(MgResourceIdentifier resource);
|
PHP Syntax
|
MgByteReader GetResourceContent(MgResourceIdentifier resource);
|
- Parameters:
-
- Returns:
- Returns an MgByteReader object containing the resource content in XML format. The XML uses the schema appropriate for the resource type. See XML Schemas .
- Exceptions:
-
- See also:
- SetResource
|
|