Exemple #1
0
        public Content[] GetContent(GetContentFilter contentFilter)
        {
            var nRequest  = new GetContentRequest(contentFilter);
            var nResponse = GetResponse <GetContentResponse>(nRequest);

            return(nResponse.Content);
        }
Exemple #2
0
 public GetContentRequest(GetContentFilter getGetContent)
 {
     this._getConentFilter = getGetContent;
 }