Example #1
0
        public UpdateContentResponse UpdateContent(Content[] content)
        {
            UpdateContentFilter updateContentFilter = new UpdateContentFilter(content);

            var nRequest  = new UpdateContentRequest(updateContentFilter);
            var nResponse = GetResponse <UpdateContentResponse>(nRequest);

            return(nResponse);
        }
Example #2
0
 public UpdateContentRequest(UpdateContentFilter updateContentFilter)
 {
     this._updateContentFilter = updateContentFilter;
 }