C# Class NuxeoClient.Adapters.PPAdapter

Represents a Page Provider (PP) Adapter, which returns the result of the query corresponding to the named PageProvider.
For more details about Adapters, check Nuxeo Documentation Page.
Inheritance: Adapter
Show file Open project: nuxeo/nuxeo-dotnet-client

Public Methods

Method Description
PPAdapter ( )

Initializes a new instance of PPAdapter.

SetPageProviderName ( string name ) : PPAdapter

Sets the name of the page provider.

Method Details

PPAdapter() public method

Initializes a new instance of PPAdapter.
public PPAdapter ( )

SetPageProviderName() public method

Sets the name of the page provider.
public SetPageProviderName ( string name ) : PPAdapter
name string The name of the page provider.
return PPAdapter