AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgByteReader* MgResourceService::EnumerateUnmanagedData ( CREFSTRING  path,
bool  recursive,
CREFSTRING  type,
CREFSTRING  filter 
) [virtual]

Enumerate unmanaged data.

Note:
This is not valid with AutoCAD Map 3D. It works with MapGuide only.
.NET Syntax
virtual MgByteReader EnumerateUnmanagedData(string path, bool recursive, string type, string filter);
Java Syntax
virtual MgByteReader EnumerateUnmanagedData(String path, boolean recursive, String type, String filter);
PHP Syntax
virtual MgByteReader EnumerateUnmanagedData(string path, bool recursive, string type, string filter);

Parameters:
path (String/string) Unmanaged data path
recursive (boolean/bool) Flag to determine whether to recurse subfolders or not
type (String/string) Folders, Files, or Both
filter (String/string) file filter to be used on returned files
Returns:
Returns an MgByteReader object containing the unmanaged data in XML format using the UnmanagedDataList_schema