Version

RVRESTDataSource Class Members

The following tables list the members exposed by RVRESTDataSource.

Public Constructors
 NameDescription
Public ConstructorRVRESTDataSource Constructor  
Public Properties
 NameDescription
Public PropertyBodyBody to send, expected to be used only with POST and PUT methods.  
Public PropertyContentTypeContent type of the body, only used when Body is not empty  
Public PropertyHeadersList of headers to send in the request, each string in this list is expected to a string in the format name=value.  
Public PropertyIdThe ID of the data source. (Inherited from Infragistics.Sdk.RVDashboardDataSource)
Public PropertyMethodHTTP method to use, it defaults to GET  
Public PropertyTitleThe title of the data source as displayed to users. (Inherited from Infragistics.Sdk.RVDashboardDataSource)
Public PropertyUrlURL to the web resource, is expected to be a URL with HTTP or HTTPS scheme. Parameters might be specified using the notation {parameterName}, for example: http://server/customers/{CustomerID} defines a "CustomerID" parameter that must be included in the RVRESTDataSourceItem.Parameters property of RVRESTDataSourceItem.  
Public PropertyUseAnonymousAuthenticationBoolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.  
See Also