ContentStore Constructor (ContentStoreOptions)
|
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.308
Syntax public ContentStore(
ContentStoreOptions opts
)
Public Sub New (
opts As ContentStoreOptions
)
public:
ContentStore(
ContentStoreOptions^ opts
)
new :
opts : ContentStoreOptions -> ContentStore
Parameters
- opts
- Type: ContentStoreOptions
[Missing <param name="opts"/> documentation for "M:Ingeniux.CMS.ContentStore.#ctor(Ingeniux.CMS.ContentStoreOptions)"]
See Also