The method IServerObjectAdmin2::GetFolders() takes a string, which should be the name of the folder. The expectation is that the method will return an enumeration of folder names (as strings) relative to the folders within the folder named in GetFolders(). This is not the case. No matter what string gets passed, such as 'foldername', an enumeration of folder names (as stings) contained in the root directory are returned. Note if 'foldername' is removed and not passed into the method, then Visual Studio shows syntax errors.
上次发布: August 25, 2014ArcGIS Server (.NET)
漏洞 ID 编号
NIM061370
已提交
September 22, 2010
上次修改时间
June 5, 2024
适用范围
ArcGIS Server (.NET)
找到的版本
10.0
编程语言
C#
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
There is only one level of server folders (at the root level). It is not possible to have folders w/in folders