| AkManagerGetTreeDataArray Method |
获取对象树形视图数据。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic List<AkObject> GetTreeDataArray(
string[] types,
string[] ids
)
Parameters
- types
- Type: SystemString
类型名称集合。 - ids
- Type: SystemString
对象标识集合。
Return Value
Type:
ListAkObject业务对象集合。
See Also