GeodiDictionaryService
Boolean DeleteGeodiDictionaryItems(String dictName, String objectIDs) void ExportDictionaryToCsv(String dictName) Item GetGeodiDictionaryItem(String dictName, Int32 objectid) IEnumerable<ItemGroup> GetGeodiDictionaryItemGroups(String dictName) Boolean InsertGeodiDictionaryItem(String dictName, Item item) Boolean InsertGeodiDictionaryItemGroup(String dictName, String groupName) Object ProcessGeodiDictionaryItem(String dictName) Boolean UpdateGeodiDictionaryItem(String dictName, Item item) String UploadDictionaryDts2(DTSOutput DTSoutput, String DictionaryName, Boolean ClearList = False)