Example #1
0
        /// <summary>
        /// Get Communication Info
        /// </summary>
        /// <param name="communication">tp! Communication</param>
        /// <returns>Communication Info</returns>
        public static IDictionary <string, object> GetInfo(thinkproject.Communication communication)
        {
            var  info = communication.GetDetails(ApiConnection.GetConnection());
            Type t    = info.GetType();

            return(info);
        }