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

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

A data view returned by the EptDataSource that does the actual data execution against the ept category.
Inheritance Hierarchy

SystemObject
  System.Web.UIDataSourceView
    ContentStudio.Site.ControlsEptDataSourceView

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 EptDataSourceView : DataSourceView

The EptDataSourceView type exposes the following members.

Properties

  NameDescription
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 propertyCanDelete
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) operation.
(Overrides DataSourceViewCanDelete.)
Public propertyCanInsert
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert(IDictionary) operation.
(Overrides DataSourceViewCanInsert.)
Public propertyCanPage
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports paging through the data retrieved by the ExecuteSelect(DataSourceSelectArguments) method.
(Overrides DataSourceViewCanPage.)
Public propertyCanRetrieveTotalRowCount
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports retrieving the total number of data rows, instead of the data.
(Overrides DataSourceViewCanRetrieveTotalRowCount.)
Public propertyCanSort
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports a sorted view on the underlying data source.
(Overrides DataSourceViewCanSort.)
Public propertyCanUpdate
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation.
(Overrides DataSourceViewCanUpdate.)
Public propertyCategoryId
Gets or sets the category id.
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.
Public propertyContentToLoad
Gets or sets which version of content to be filtered on by the data source.
Public propertyDeleteParameters
Gets the delete parameters.
Public propertyEnableApprove
Gets or sets a value indicating whether to enable document approval for insert and update operations.
Protected propertyEvents (Inherited from DataSourceView.)
Public propertyFields
Gets or sets the fields to return.
Public propertyFilterCriteria
Gets or sets the filter criteria.
Public propertyInsertParameters
Gets the insert parameters.
Public propertyName (Inherited from DataSourceView.)
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 propertySortCommand
Gets or sets the default sort command.
Public propertyUpdateParameters
Gets the update parameters.
Top
Methods

  NameDescription
Public methodDelete (Inherited from DataSourceView.)
Public methodEquals (Inherited from Object.)
Protected methodExecuteDelete
Performs a delete operation on the list of data that the DataSourceView object represents.
(Overrides DataSourceViewExecuteDelete(IDictionary, IDictionary).)
Protected methodExecuteInsert
Performs an insert operation on the list of data that the DataSourceView object represents.
(Overrides DataSourceViewExecuteInsert(IDictionary).)
Protected methodExecuteSelect
Gets a list of data from the underlying data storage.
(Overrides DataSourceViewExecuteSelect(DataSourceSelectArguments).)
Protected methodExecuteUpdate
Performs an update operation on the list of data that the DataSourceView object represents.
(Overrides DataSourceViewExecuteUpdate(IDictionary, IDictionary, IDictionary).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert (Inherited from DataSourceView.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDataSourceViewChanged (Inherited from DataSourceView.)
Protected methodRaiseUnsupportedCapabilityError (Inherited from DataSourceView.)
Public methodSelect (Inherited from DataSourceView.)
Public methodToString (Inherited from Object.)
Public methodUpdate (Inherited from DataSourceView.)
Top
Events

  NameDescription
Public eventDataSourceViewChanged (Inherited from DataSourceView.)
Top
See Also

Reference