我一直在寻找一种方法,如何使用 Categoriesdata 从 Tridion 获取所有类别。我正在尝试如下所示,但它显示错误。
CoreServiceSession client = new CoreServiceSession();
SessionAwareCoreServiceClient csClient = client.GetClient();
ReadOptions readoption = new ReadOptions();
CategoriesFilterData filter = new CategoriesFilterData();
XElement xml = csClient.GetSystemWideList(filter);