ContentStore(ContentStoreOptions) Constructor
|
Initializes a new instance of the ContentStore class, connecting to a content store via HTTP.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic ContentStore(
ContentStoreOptions opts
)
Public Sub New (
opts As ContentStoreOptions
)
public:
ContentStore(
ContentStoreOptions^ opts
)
new :
opts : ContentStoreOptions -> ContentStoreParameters
- opts ContentStoreOptions
- The options used to configure the content store connection, including the connection URL and XML directory location.
See Also