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
)
Public Sub New (
connectionString As String,
xmlPath As String,
Optional isInstaller As Boolean = false
)
public:
ContentStore(
String^ connectionString,
String^ xmlPath,
bool isInstaller = false
)
new :
connectionString : string *
xmlPath : string *
?isInstaller : bool
(* Defaults:
let _isInstaller = defaultArg isInstaller false
*)
-> ContentStore
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