Click or drag to resize

ContentStore Constructor


Overload List
  NameDescription
Public methodContentStore
Initializes a new instance of the ContentStore class. Connection string and XML directory information are retrieved from the application configuration file (web.config or app.config).
Public methodContentStore(String, DirectoryInfo)
Initializes a new instance of the ContentStore class, connecting to a content store via an embedded client.
Public methodContentStore(String, String, Boolean)
Initializes a new instance of the ContentStore class, connecting to a content store via HTTP.
Top
See Also