Web API Reference MapGuide Open Source
virtual MgByteReader* MgResourceService::EnumerateUnmanagedData ( CREFSTRING  path,
bool  recursive,
CREFSTRING  type,
CREFSTRING  filter 
) [virtual]

Enumerate unmanaged data.

.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


Comments or suggestions? Send us feedback.