EptDataSource Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Allows databound controls to work directly against an ept category.
Inheritance Hierarchy

SystemObject
  System.Web.UIControl
    System.Web.UIDataSourceControl
      ContentStudio.Site.ControlsEptDataSource

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class EptDataSource : DataSourceControl

The EptDataSource type exposes the following members.

Constructors

  NameDescription
Public methodEptDataSource
Initializes a new instance of the EptDataSource class
Top
Properties

  NameDescription
Protected propertyAdapter (Inherited from Control.)
Public propertyAggregation
Gets or sets a value indicating whether and how the data should be aggregated. If this property is anything but QueryAggregate.None, paging, delete, insert and update operations are not supported and the returned DocumentId will always be 0.
Public propertyAppRelativeTemplateSourceDirectory (Inherited from Control.)
Public propertyBindingContainer (Inherited from Control.)
Public propertyCategoryId
Gets or sets the identifier of the Content Studio category where the documents to be found are located.
Public propertyCheckForPublishStatus
Sets or gets a value that specifies whether to perform the document publish status check. If this property is turned off performance can be improved. Note that unpublished documents will be included in the result with this property set to true.
Protected propertyChildControlsCreated (Inherited from Control.)
Public propertyClientID (Inherited from DataSourceControl.)
Protected propertyClientIDSeparator (Inherited from Control.)
Public propertyContentToLoad
Gets or sets which version of content to be filtered on by the data source.
Protected propertyContext (Inherited from Control.)
Public propertyControls (Inherited from DataSourceControl.)
Public propertyDeleteParameters
Gets the delete parameters.
Protected propertyDesignMode (Inherited from Control.)
Public propertyEnableApprove
Gets or sets a value indicating whether to enable automatic document approval for insert and update operations.
Public propertyEnableTheming (Inherited from DataSourceControl.)
Public propertyEnableViewState (Inherited from Control.)
Protected propertyEvents (Inherited from Control.)
Public propertyFields
Gets or sets the xml indexed fields to return.
Public propertyFilterCriteria
Gets or sets the filter criteria.
Protected propertyHasChildViewState (Inherited from Control.)
Public propertyID (Inherited from Control.)
Protected propertyIdSeparator (Inherited from Control.)
Public propertyInsertParameters
Gets the insert parameters.
Protected propertyIsChildControlStateCleared (Inherited from Control.)
Protected propertyIsTrackingViewState (Inherited from Control.)
Protected propertyIsViewStateEnabled (Inherited from Control.)
Protected propertyLoadViewStateByID (Inherited from Control.)
Public propertyNamingContainer (Inherited from Control.)
Public propertyPage (Inherited from Control.)
Public propertyParent (Inherited from Control.)
Public propertyPermissionToCheck
Gets or sets a value that specifies the permission to check check for during the filtering operation. Only documents where the caller has this permission are returned.
Public propertyRandomSortOrder
Gets or sets a value indicating whether the data returned is sorted randomly. If this property is true the SortCommand property is ignored and paging operations are unpredictable.
Public propertySelectParameters
Gets the select parameters.
Public propertySharedParameters
Gets the shared parameters.
Public propertySite (Inherited from Control.)
Public propertySkinID (Inherited from DataSourceControl.)
Public propertySortCommand
Gets or sets the sort command. The syntax of this value is the WHERE part in a TSQL-statement.
Public propertyTemplateControl (Inherited from Control.)
Public propertyTemplateSourceDirectory (Inherited from Control.)
Public propertyUniqueID (Inherited from Control.)
Public propertyUpdateParameters
Gets the update parameters.
Protected propertyViewState (Inherited from Control.)
Protected propertyViewStateIgnoresCase (Inherited from Control.)
Public propertyVisible (Inherited from DataSourceControl.)
Top
Methods

  NameDescription
Protected methodAddedControl (Inherited from Control.)
Protected methodAddParsedSubObject (Inherited from Control.)
Public methodApplyStyleSheetSkin (Inherited from DataSourceControl.)
Protected methodBuildProfileTree (Inherited from Control.)
Protected methodClearChildControlState (Inherited from Control.)
Protected methodClearChildState (Inherited from Control.)
Protected methodClearChildViewState (Inherited from Control.)
Protected methodCreateChildControls (Inherited from Control.)
Protected methodCreateControlCollection (Inherited from DataSourceControl.)
Public methodDataBind (Inherited from Control.)
Protected methodDataBind(Boolean) (Inherited from Control.)
Protected methodDataBindChildren (Inherited from Control.)
Public methodDispose (Inherited from Control.)
Protected methodEnsureChildControls (Inherited from Control.)
Protected methodEnsureID (Inherited from Control.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindControl(String) (Inherited from DataSourceControl.)
Protected methodFindControl(String, Int32) (Inherited from Control.)
Public methodFocus (Inherited from DataSourceControl.)
Protected methodGetDesignModeState (Inherited from Control.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodGetView
Gets the named data source view associated with the data source control.
(Overrides DataSourceControlGetView(String).)
Protected methodGetViewNames (Inherited from DataSourceControl.)
Public methodHasControls (Inherited from DataSourceControl.)
Protected methodHasEvents (Inherited from Control.)
Protected methodIsLiteralContent (Inherited from Control.)
Protected methodLoadControlState (Inherited from Control.)
Protected methodLoadViewState (Inherited from Control.)
Protected methodMapPathSecure (Inherited from Control.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnBubbleEvent (Inherited from Control.)
Protected methodOnDataBinding (Inherited from Control.)
Protected methodOnInit (Inherited from Control.)
Protected methodOnLoad (Inherited from Control.)
Protected methodOnPreRender (Inherited from Control.)
Protected methodOnUnload (Inherited from Control.)
Protected methodOpenFile (Inherited from Control.)
Protected methodRaiseBubbleEvent (Inherited from Control.)
Protected methodRaiseDataSourceChangedEvent (Inherited from DataSourceControl.)
Protected methodRemovedControl (Inherited from Control.)
Protected methodRender (Inherited from Control.)
Protected methodRenderChildren (Inherited from Control.)
Public methodRenderControl(HtmlTextWriter) (Inherited from DataSourceControl.)
Protected methodRenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Protected methodResolveAdapter (Inherited from Control.)
Public methodResolveClientUrl (Inherited from Control.)
Public methodResolveUrl (Inherited from Control.)
Protected methodSaveControlState (Inherited from Control.)
Protected methodSaveViewState (Inherited from Control.)
Protected methodSetDesignModeState (Inherited from Control.)
Public methodSetRenderMethodDelegate (Inherited from Control.)
Public methodToString (Inherited from Object.)
Protected methodTrackViewState (Inherited from Control.)
Top
Events

  NameDescription
Public eventDataBinding (Inherited from Control.)
Public eventDisposed (Inherited from Control.)
Public eventInit (Inherited from Control.)
Public eventLoad (Inherited from Control.)
Public eventPreRender (Inherited from Control.)
Public eventUnload (Inherited from Control.)
Top
See Also

Reference