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
- Since:
- 1.2