Overload List

  NameDescription
Public methodDataConnection()()()()
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.
Public methodDataConnection(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.
Public methodDataConnection(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.
Public methodDataConnection(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.

See Also