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

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

The EptDataSourceView type exposes the following members.

Properties

  Name Description
Public property Aggregation
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 property CanDelete
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) operation.
(Overrides DataSourceViewCanDelete.)
Public property CanInsert
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteInsert(IDictionary) operation.
(Overrides DataSourceViewCanInsert.)
Public property CanPage
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 property CanRetrieveTotalRowCount
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 property CanSort
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 property CanUpdate
Gets a value indicating whether the DataSourceView object associated with the current DataSourceControl object supports the ExecuteUpdate(IDictionary, IDictionary, IDictionary) operation.
(Overrides DataSourceViewCanUpdate.)
Public property CategoryId
Gets or sets the category id.
Public property CheckForPublishStatus
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 property ContentToLoad
Gets or sets which version of content to be filtered on by the data source.
Public property DeleteParameters
Gets the delete parameters.
Public property EnableApprove
Gets or sets a value indicating whether to enable document approval for insert and update operations.
Protected property Events (Inherited from DataSourceView.)
Public property Fields
Gets or sets the fields to return.
Public property FilterCriteria
Gets or sets the filter criteria.
Public property InsertParameters
Gets the insert parameters.
Public property Name (Inherited from DataSourceView.)
Public property PermissionToCheck
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 property RandomSortOrder
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 property SelectParameters
Gets the select parameters.
Public property SharedParameters
Gets the shared parameters.
Public property SortCommand
Gets or sets the default sort command.
Public property UpdateParameters
Gets the update parameters.
Top
See Also

Reference