Click or drag to resize

ContentStore Constructor (String, String, Boolean)


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.3.169
Syntax
public ContentStore(
	string connectionString,
	string xmlPath,
	bool isInstaller = false
)

Parameters

connectionString
Type: SystemString
The connection string of Content Store service or web application. Must be an absolute URL.
xmlPath
Type: SystemString
The location of the XML directory
isInstaller (Optional)
Type: SystemBoolean

[Missing <param name="isInstaller"/> documentation for "M:Ingeniux.CMS.ContentStore.#ctor(System.String,System.String,System.Boolean)"]

See Also