I am trying to get a list of available users from Core Service. I looked at the available service methods for quite some time, and the most obvious was:
TrusteesFilterData trusteesFilterData = new TrusteesFilterData { BaseColumns = ListBaseColumns.IdAndTitle, IsPredefined = false, ItemType = ItemType.User }; XElement listTrustees = client.GetSystemWideListXml(trusteesFilterData);
However, the code causes an error when calling GetSystemWideListXml - Unable to create Abstract Class . I use the right approach, and if so, what am I doing wrong? If not, what should I do instead?
tridion tridion-2011
Jeremy grand-scrutton
source share