コード例 #1
0
        public IEnumerable <IDictionary <string, object> > GetChildContent(string parentRef)
        {
            var api = new ContentAPI();

            return(api.GetChildContent(parentRef));
        }