IDebugWebAPIProviderGetDebugItemsAsyncT Method |
Returns asynchronously result of type T from live site debug API endpoint specified by URI in parameter requestUri.
User from parameter userInfo is ment to be used for the API call authentication.
Namespace: CMS.Base.Web.UI.InternalAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax Task<T> GetDebugItemsAsync<T>(
Uri requestUri,
IUserInfo userInfo,
IEnumerable<MediaTypeFormatter> formatters = null
)
Parameters
- requestUri
- Type: SystemUri
The Uri the request is sent to. - userInfo
- Type: CMS.BaseIUserInfo
User used for request authentication. - formatters (Optional)
- Type: System.Collections.GenericIEnumerableMediaTypeFormatter
A list of MediaTypeFormatters to use when serializing.
Type Parameters
- T
- Type in which the API call result should be returned.
Return Value
Type:
TaskTSee Also