Interface IContentClientFactory
Factory for creating content clients.
Namespace: Tableau.Migration.Engine.Endpoints.ContentClients
Assembly: Tableau.Migration.dll
Syntax
public interface IContentClientFactory
Methods
GetContentClient<TContent>()
Get a content client for a specific content type.
Declaration
IContentClient<TContent> GetContentClient<TContent>()
Returns
Type | Description |
---|---|
IContentClient<TContent> | The content type client. |
Type Parameters
Name | Description |
---|---|
TContent | Content type of the client. |