Overload List
Name | Description | |
---|---|---|
DataConnection()()()() |
Creates a new DataConnection instance inheriting the PublicationScope
and locale set on the call stack. When outside an existing scope this default to PublicationScope,Published and the
default language on the website. You should use this constructure unless you need to force data to come from an alternative
scope. DataConnection can be used to access the Orckestra CMS storage.
| |
DataConnection(CultureInfo) |
Creates a new DataConnection instance with current or default PublicationScope
and the given locale. DataConnection can be used to access the Orckestra CMS storage.
| |
DataConnection(PublicationScope) |
Creates a new DataConnection instance with the given scope
and current (or default) locale. DataConnection can be used to access the Orckestra CMS storage.
| |
DataConnection(PublicationScope, CultureInfo) |
Creates a new DataConnection instance with the given scope
and the given locale. DataConnection can be used to access the Orckestra CMS storage.
|