Exemple #1
0
        /// <summary>
        /// This operation is used to get the collection of column definitions for all the columns available on the context site.
        /// </summary>
        /// <param name="contentTypeId">contentTypeId is the ID of the content type to be returned.</param>
        /// <returns>The result of GetContentType.</returns>
        public GetContentTypeResponseGetContentTypeResult GetContentType(string contentTypeId)
        {
            GetContentTypeResponseGetContentTypeResult result = new GetContentTypeResponseGetContentTypeResult();

            result = this.service.GetContentType(contentTypeId);

            this.CaptureTransportRelatedRequirements();

            return(result);
        }
        /// <summary>
        /// This operation is used to get the collection of column definitions for all the columns available on the context site. 
        /// </summary>
        /// <param name="contentTypeId">contentTypeId is the ID of the content type to be returned.</param>
        /// <returns>The result of GetContentType.</returns>
        public GetContentTypeResponseGetContentTypeResult GetContentType(string contentTypeId)
        {
            GetContentTypeResponseGetContentTypeResult result = new GetContentTypeResponseGetContentTypeResult();
            result = this.service.GetContentType(contentTypeId);

            this.CaptureTransportRelatedRequirements();

            return result;
        }