Given a reference to a ServerObject, how can I find the tags that are applied to it?
IMapServer3 mp = (IMapServer3)this.serverObjectHelper.ServerObject; object[] name = new object[1]; object[] values = new object[1]; mp.DocumentInfo.GetAllProperties(out name[0], out values[0]); object[] nameList = (object[])name[0]; object[] valueList = (object[])values[0];
it's the property 'keywords'
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.