Exemple #1
0
        } // getProps()

        /// <summary>
        /// Returns JObject for a single property and its conditional properties
        /// </summary>
        public JObject getSingleProp(string NodeId, string NodeKey, string PropIdFromJson, Int32 NodeTypeId, string NewPropJson)
        {
            return(_TabsPropsSd.getSingleProp(NodeId, NodeKey, PropIdFromJson, NodeTypeId, NewPropJson));
        } // getProp()