<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get the tags on a server object? in ArcGIS Enterprise Extensibility Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-tags-on-a-server-object/m-p/1079354#M267</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;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];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's the property 'keywords'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jul 2021 17:46:24 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2021-07-15T17:46:24Z</dc:date>
    <item>
      <title>How to get the tags on a server object?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-tags-on-a-server-object/m-p/1073669#M265</link>
      <description>&lt;P&gt;Given a reference to a ServerObject, how can I find the tags that are applied to it?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 14:08:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-tags-on-a-server-object/m-p/1073669#M265</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-06-29T14:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the tags on a server object?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-tags-on-a-server-object/m-p/1079354#M267</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;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];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's the property 'keywords'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 17:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/how-to-get-the-tags-on-a-server-object/m-p/1079354#M267</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2021-07-15T17:46:24Z</dc:date>
    </item>
  </channel>
</rss>

