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'
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.