Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FeedManager.SetCustomQueryParameters Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Sets the query parameters that are passed to the remote feed provider URI when the Widgets Board is requesting feed content. This enables scenarios like passing authentication tokens to the remote service.

public:
 virtual void SetCustomQueryParameters(CustomQueryParametersUpdateOptions ^ options) = SetCustomQueryParameters;
void SetCustomQueryParameters(CustomQueryParametersUpdateOptions const& options);
public void SetCustomQueryParameters(CustomQueryParametersUpdateOptions options);
function setCustomQueryParameters(options)
Public Sub SetCustomQueryParameters (options As CustomQueryParametersUpdateOptions)

Parameters

options
CustomQueryParametersUpdateOptions

A CustomQueryParametersUpdateOptions object that conveys the query parameters and related metadata.

Implements

Applies to


Feedback

Was this page helpful?