Skip to main content

ContensisClientConfiguration

Log in to add to favourites

The ContensisClientConfiguration is a container for the options that are required for setting the defaults settings.

Syntax

C#
// Constructor
public ContensisClientConfiguration(string rootUrl, string projectId, VersionStatus defaultVersionStatus = VersionStatus.Published,
    string clientId = null, string sharedSecret = null)
{
}

Properties

Name Type Description
RootUrl string The url to the root of the Delivery API services
ProjectId string The project identifer, e.g. "movieDb". Found in the project overview screen of the management console
DefaultVersionStatus VersionStatus The default version to pass for all Entry requests
ClientId string The client id value obtained from API key management
SharedSecret string The shared secret value obtained from API key management

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request