Click or drag to resize

ContentStore(ContentStoreOptions) Constructor


Initializes a new instance of the ContentStore class, connecting to a content store via HTTP.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public ContentStore(
	ContentStoreOptions opts
)

Parameters

opts  ContentStoreOptions
The options used to configure the content store connection, including the connection URL and XML directory location.
See Also