MetastormOperation..::.GetListEx Method problem
when I'm using sample code from "SZK Enterprise Component Libraries", to get "Custom List" : IMetastormOperation metastormSession = new MetastormOperation(); IFormField[] loginData = new FormField[] { new TextField() { Name = "username", Value = "sysadmin", Culture = CultureInfo.InvariantCulture.ToString() }, new…