IActivityClient.FetchContent

IActivityClient.FetchContent method

This operation fetches content currently available for retrieval for the specified content id.

public Content[] FetchContent(string contentId)
ParameterTypeDescription
contentIdStringURL to use when retrieving the content.

Return Value

The returned content will be an array of one more actions or events.

See Also