ContentStore Constructor (String, DirectoryInfo) Ingeniux CMS Content Store API

Initializes a new instance of the ContentStore class, connecting to a content store via an embedded client.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public ContentStore(
	string xmlPath,
	DirectoryInfo dataDir = null
)

Parameters

xmlPath
Type: SystemString
The location of the XML directory
dataDir (Optional)
Type: System.IODirectoryInfo
The directory where the content store's data resides. If left to the default value, it is the Databases directory under the XML directory.
See Also

Reference